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