import type { WorkSpreadsheetTable } from '../work-types'; import type { SpreadsheetEditorCanCommands, SpreadsheetEditorCommands } from './spreadsheet-command-controller'; export declare function SpreadsheetTableDesignRibbon({ can, commands, sheetId, table, }: { can: SpreadsheetEditorCanCommands; commands: SpreadsheetEditorCommands; sheetId: string; table: WorkSpreadsheetTable; }): import("react").JSX.Element;