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