import type { SFCWithInstall } from '@interface-ui/utils'; import SvgIcon from './src/index'; export declare const InSvgIcon: SFCWithInstall; export default InSvgIcon; export * from './src/svg-icon'; export type SvgIconInstance = InstanceType;