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