import { BlockProps, TypographyBaseEmits, TypographySlots } from "./interface.js"; import Text$1, { TextProps } from "./Text.js"; import Link, { LinkProps } from "./Link.js"; import Title, { TitleProps } from "./Title.js"; import Paragraph, { ParagraphProps } from "./Paragraph.js"; import Typography$1 from "./Typography.js"; import * as vue546 from "vue"; //#region src/typography/index.d.ts declare const TypographyText: vue546.DefineSetupFnComponent, TextProps, vue546.PublicProps>; declare const TypographyLink: vue546.DefineSetupFnComponent, LinkProps, vue546.PublicProps>; declare const TypographyTitle: vue546.DefineSetupFnComponent, TitleProps, vue546.PublicProps>; declare const TypographyParagraph: vue546.DefineSetupFnComponent, ParagraphProps, vue546.PublicProps>; declare const Typography: typeof Typography$1 & { Text: typeof Text$1; Link: typeof Link; Title: typeof Title; Paragraph: typeof Paragraph; }; //#endregion export { type BlockProps, type LinkProps, type ParagraphProps, type TextProps, type TitleProps, TypographyLink, TypographyParagraph, TypographyText, TypographyTitle, Typography as default };