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