import { OnyxProgressItemProps } from '../OnyxProgressItem/types.js'; import { OnyxProgressStepsProps } from './types.js'; type __VLS_Slots = { /** * Optional slot to override the label content for an item (can be used to add custom content). */ step?(props: { step: OnyxProgressItemProps; }): unknown; }; declare const __VLS_base: 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, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };