/** "⌘" on Apple platforms, "Ctrl" elsewhere — for `Kbd` tooltips. */ declare function useModKeyLabel(): string; /** "⌥" on Apple platforms, "Alt" elsewhere — pair with `useModKeyLabel` for ⌘⌥ / Ctrl+Alt chords. */ declare function useAltKeyLabel(): string; export { useAltKeyLabel, useModKeyLabel };