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