import { WrapperType } from '../../Abstract'; import { TextCssClass, TextType } from '../Constants'; import { TElementWithCssAccessors, TTextCssProps } from '../Models'; export declare function applyHtmlElementParams(wrapper: TElementWithCssAccessors, cssProps: TTextCssProps, className: TextCssClass): void; export declare function getWrapperTypeByTextType(type: TextType): WrapperType;