/// export interface Props { address: string; size: number; } export default function Jazzicon({ address, size }: Props): JSX.Element;