import type { SVGProps } from "react"; export interface DotsIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function DotsIcon({ className, size, color, ...props }: DotsIconProps): import("react").JSX.Element; //# sourceMappingURL=dots-icon.d.ts.map