export declare enum EditableMode {
    View = "view",
    Edit = "edit"
}
export type ButtonPosition = 'top' | 'center' | 'bottom';
