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