import { ShortcutStep } from '../../utils/keyboard.js'; import { OnyxShortcutProps } from './types.js'; /** * @experimental * @deprecated This component is still under active development and its API might change in patch releases. */ declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; stepComplete: (step: ShortcutStep, stepIndex: number) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ onComplete?: (() => any) | undefined; onStepComplete?: ((step: ShortcutStep, stepIndex: number) => any) | undefined; }>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; disabled: boolean; os: import('../../composables/useOperatingSystem.js', { with: { "resolution-mode": "import" } }).OperatingSystem | "auto"; highlight: boolean; cleanupDelay: number; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; export default _default;