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