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