import { IValidation } from "contentful-migration";
export declare const RTE_TYPE_HEADLINE = "headline";
export declare const RTE_TYPE_MINIMAL = "minimal";
export declare const RTE_TYPE_STYLED_FONT = "styled-font";
export declare const RTE_TYPE_STYLED_FONT_AND_LIST = "styled-font-list";
export declare const RTE_TYPE_FULL = "full";
export declare const RTE_TYPE_TABLE = "table";
export declare const RTE_TYPE_MARKS = "marks";
export declare const getRteValidation: (version?: string) => Array<IValidation>;
