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