import type { SFCWithInstall } from '@interface-ui/utils'; import Typography from './src/index.vue'; export declare const InTypography: SFCWithInstall; export default InTypography; export * from './src/typography'; export type TypographyInstance = InstanceType;