import type { Selection } from '@fortune-sheet/core'; import type { SpreadsheetEditorCanCommands, SpreadsheetEditorCommands } from './spreadsheet-command-controller'; export declare function SpreadsheetFreezePanesMenu({ active, can, commands, selection, }: { active: boolean; can: SpreadsheetEditorCanCommands; commands: SpreadsheetEditorCommands; selection: Selection; }): import("react").JSX.Element;