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