import { PropsOfText, TextElementType } from '../Text'; export { TextTypographyValue } from '../_typography/Text_typography'; export { TextColorValue } from '../_color/Text_color'; export { TextWeightValue } from '../_weight/Text_weight'; export { TextAlignValue } from '../_align/Text_align'; export { TextOverflowValue } from '../_overflow/Text_overflow'; export * from '../Text'; export declare const Text: import("../Text").Text<{} & { typography?: "display-xl" | "display-l" | "display-m" | "display-s" | "headline-xl" | "headline-l" | "headline-s" | "headline-xs" | "headline-m" | "subheader-xl" | "subheader-l" | "subheader-m" | "subheader-s" | "body-short-xl" | "body-short-l" | "body-short-m" | "body-short-s" | "body-long-xl" | "body-long-l" | "body-long-m" | "body-long-s" | "caption-xl" | "caption-l" | "caption-m" | "overline-l" | "overline-m" | "overline-s" | "control-xxs" | "control-xs" | "control-s" | "control-l" | "control-xl" | "control-m" | "control-xxl" | undefined; } & import("../_color/Text_color").TextColorProps & { weight?: "bold" | "medium" | "light" | "regular" | undefined; } & import("../_align/Text_align").TextAlignProps & import("../_overflow/Text_overflow").TextOverflowProps>; export declare type TextProps = PropsOfText;