import { TTextAnyWrapper, TTextConfig } from '../Models'; export declare function textEntityToConfig(entity: TTextAnyWrapper): TTextConfig;