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