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