import { IconProps } from './interfaces'; export { IconProps }; export default function Icon({ size, variant, ...props }: IconProps): JSX.Element;