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