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