import { ActionSpec } from "./action";
export declare const linkSheet: ActionSpec;
export declare const deleteSheet: ActionSpec;
export declare const duplicateSheet: ActionSpec;
export declare const renameSheet: (args: {
    renameSheetCallback: () => void;
}) => ActionSpec;
export declare const changeSheetColor: (args: {
    openSheetColorPickerCallback: () => void;
}) => ActionSpec;
export declare const sheetMoveRight: ActionSpec;
export declare const sheetMoveLeft: ActionSpec;
export declare const hideSheet: ActionSpec;
export declare const lockSheet: ActionSpec;
export declare const unlockSheet: ActionSpec;
