import { ExtractProps } from '@bem-react/core'; export declare const withTypography: import("@bem-react/core").Composition<{ 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; }>; export declare type TextTypographyValue = Exclude>['typography'], undefined>;