import { FC, SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } export declare const EmptyIcon: FC & SVGRProps>; export {};