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