import { ReactNode } from 'react'; export interface ShortcutScopeProps { name: string; active?: boolean; children: ReactNode; } export declare function ShortcutScope({ name, active, children }: ShortcutScopeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ShortcutScope.d.ts.map