import { StepsPadding } from '../../../composables/common/steps'; import { BulletStepType, HorizontalOrVertical } from '../../../helpers/common/components'; import { TailwindBreakpoints } from '../../../helpers/tailwind'; type __VLS_Props = { ariaLabel?: string; basic?: boolean; orientation?: HorizontalOrVertical; steps: BulletStepType[]; modelValue?: number; goVerticalBelow?: TailwindBreakpoints; nonInteractive?: boolean; stepsPadding?: StepsPadding; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (val: number) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((val: number) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>; export default _default;