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