export declare const RICH_TEXT_INPUT_AREA_SIZE: {
    readonly small: "small";
    readonly large: "large";
};
export declare const RICH_TEXT_INPUT_AREA_ACTION: {
    readonly bold: "bold";
    readonly italic: "italic";
    readonly underline: "underline";
    readonly link: "link";
    readonly bulletedList: "bulletedList";
    readonly numberedList: "numberedList";
};
//# sourceMappingURL=RichTextInputArea.constants.d.ts.map