import type { SFCWithInstall } from '@interface-ui/utils'; import Card from './src/index.vue'; export declare const InCard: SFCWithInstall; export default InCard; export * from './src/card'; export type CardInstance = InstanceType;