import type { Cell } from '@fortune-sheet/core'; import type { SpreadsheetEditorCanCommands, SpreadsheetEditorCommands } from './spreadsheet-command-controller'; export declare function SpreadsheetAlignmentRibbonGroup({ can, commands, toolbarCell, }: { can: SpreadsheetEditorCanCommands; commands: SpreadsheetEditorCommands; toolbarCell: Cell | null | undefined; }): import("react").JSX.Element;