import { SVGProps } from 'react'; export interface AIAProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Anguilla — AIA icon from flag category * * @example * * */ export declare const AIA: ({ size, ...props }: AIAProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=aia.d.ts.map