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