export declare const EllipsisIcon: React.FC<{
    svgProps: React.SVGProps<SVGSVGElement>;
    fill: string;
}>;
