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