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