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