import { FC } from 'react'; interface EllipsisIconProps { color?: string; vertical?: boolean; } export declare const EllipsisIcon: FC; export {};