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