import { default as React } from 'react'; import { Icon as IconPrimitives } from '../icon'; export type IconProps = Partial>; export declare const Icon: React.ForwardRefExoticComponent & { name: import('..').IconName; size?: "xs" | "sm" | "md" | "lg" | "font" | "xxs" | "xl"; title?: string; children?: React.ReactNode; }, "ref">> & React.RefAttributes>;