export declare const CUSTOMSECTION_SHORTCUT_KEYS: string[]; export type CustomSectionShortcutType = 'BULK_SELECT' | 'COLLISION_SELECT' | 'SELECT_ALL' | 'MANUAL_BULK_BREAK' | null; declare function useCustomSectionShortcut(): { shortcut: CustomSectionShortcutType; }; export default useCustomSectionShortcut;