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