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 vue200 from "vue"; //#region src/typography/index.d.ts declare const TypographyText: vue200.DefineSetupFnComponent, TextProps, vue200.PublicProps>; declare const TypographyLink: vue200.DefineSetupFnComponent, LinkProps, vue200.PublicProps>; declare const TypographyTitle: vue200.DefineSetupFnComponent, TitleProps, vue200.PublicProps>; declare const TypographyParagraph: vue200.DefineSetupFnComponent, ParagraphProps, vue200.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 };