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