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