///
import './Text_typography_control-l.css';
export interface ITextTypographyControlLProps {
/**
* Типографика текста
*/
typography?: 'control-l';
}
/**
* Модификатор, отвечающий за типографику текста.
* @param {ITextTypographyControlLProps} props
*/
export declare const withTypographyControlL: {
(WrappedComponent: import("react").ComponentType): (props: ITextTypographyControlLProps & 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;
};