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