import { EmptyEmit } from "../_util/type.js"; import { TypographyBaseProps, TypographySlots } from "./interface.js"; import * as vue381 from "vue"; import { SlotsType } from "vue"; //#region src/typography/Typography.d.ts declare const Typography: vue381.DefineSetupFnComponent, TypographyBaseProps, vue381.PublicProps>; //#endregion export { Typography as default };