/** * Keyginding can be used to represet a single keyboard key. * To represent combination of keys, use multiple Keybinding components. */ declare const Keybinding: import("styled-components").StyledComponent<"kbd", import("styled-components").DefaultTheme, {}, never>; export default Keybinding;