export { ShortcutModal } from './ShortcutModal'; export declare const KeyboardShortcuts: ({ showLandingPage, showTutorial, showAllSetBox, onRemindMeLater, onClose, screen2VideoSrc, screen3VideoSrc, onSkipClick, onCloseAllSetBox, }: { showLandingPage?: boolean | undefined; showTutorial?: boolean | undefined; showAllSetBox?: boolean | undefined; onRemindMeLater?: (() => void) | undefined; onClose?: (() => void) | undefined; screen2VideoSrc: any; screen3VideoSrc: any; onSkipClick?: (() => void) | undefined; onCloseAllSetBox?: (() => void) | undefined; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map