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