import { SchemaType } from '../../Core/SchemaType'; export declare abstract class FormattingBase extends SchemaType { overrideDefaultSettings: boolean; }