import type { SFCWithInstall } from '@interface-ui/utils'; import Drawer from './src/index.vue'; export declare const InDrawer: SFCWithInstall; export default InDrawer; export * from './src/drawer'; export type DrawerInstance = InstanceType;