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