export declare const EllipsisIcon: ({ size, color }: { size?: number | undefined; color?: string | undefined; }) => import("react").JSX.Element;