export interface ShorcutKeys { key: string; action: () => void; ctrlKey?: boolean; metaKey?: boolean; shiftKey?: boolean; altKey?: boolean; } declare const _default: (keys: ShorcutKeys[]) => void; export default _default; //# sourceMappingURL=useKeys.d.ts.map