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