import type { SFCWithInstall } from '@interface-ui/utils'; import Alert from './src/index.vue'; export declare const InAlert: SFCWithInstall; export default InAlert; export * from './src/alert'; export type AlertInstance = InstanceType;