import type { DirectionType } from '../../config-provider'; import type { BaseTypographyProps, TypographySemanticAllType } from '../Base'; export declare const useTypographySemantic: (customizePrefixCls?: string, classNames?: TypographySemanticAllType["classNamesAndFn"] | undefined, styles?: TypographySemanticAllType["stylesAndFn"] | undefined, typographyDirection?: DirectionType, props?: BaseTypographyProps) => readonly [Required>>, Required>, string, DirectionType];