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