import { OnyxProgressItemProps } from '../OnyxProgressItem/types.js'; import { OnyxProgressStepsProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Optional slot to override the label content for an item (can be used to add custom content). */ step?(props: { step: OnyxProgressItemProps; }): unknown; }> & { /** * Optional slot to override the label content for an item (can be used to add custom content). */ step?(props: { step: OnyxProgressItemProps; }): unknown; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; "update:highestValue": (value: number) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: number) => any) | undefined; "onUpdate:highestValue"?: ((value: number) => any) | undefined; }>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; modelValue: number; orientation: import('../../index.js', { with: { "resolution-mode": "import" } }).Orientation; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };