import { CSSProperties } from 'react'; export interface ShortcutHintProps { keys: string; style?: CSSProperties; className?: string; } export declare function ShortcutHint({ keys, style, className }: ShortcutHintProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ShortcutHint.d.ts.map