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