export declare class Editable { isEditing: boolean; constructor(props?: Partial); }