///
import './Text_typography_control-xs.css';
export interface ITextTypographyControlXSProps {
/**
* Типографика текста
*/
typography?: 'control-xs';
}
/**
* Модификатор, отвечающий за типографику текста.
* @param {ITextTypographyControlXSProps} props
*/
export declare const withTypographyControlXS: {
(WrappedComponent: import("react").ComponentType): (props: ITextTypographyControlXSProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>;
__isSimple: boolean;
__blockName: string;
__mod: string;
__value: string | number | boolean | undefined;
__passToProps: boolean;
};