type Props = { size?: number; }; export declare const EmptyIdenticon: ({ size }: Props) => import("react").JSX.Element; export {};