import * as react_jsx_runtime from 'react/jsx-runtime'; declare function Icon({ icon, className, width, height }: any): react_jsx_runtime.JSX.Element; declare const iconify_Icon: typeof Icon; declare namespace iconify { export { iconify_Icon as Icon, Icon as default }; } export { Icon as I, iconify as i };