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