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