export declare const EDITABLE_TYPES: string[]; declare const isEditable: (options: any) => any; export default isEditable;