import type { CSSProperties } from 'vue'; import { PropType } from 'vue'; import { type BoundaryPosition } from './utils'; declare const DIRECTIONS: readonly ["vertical", "horizontal"]; type Direction = (typeof DIRECTIONS)[number]; declare var __VLS_8: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; validator: (value: any) => boolean; }; lineLess: { type: BooleanConstructor; default: boolean; }; affix: { type: BooleanConstructor; default: boolean; }; affixStyle: { type: PropType; }; offsetTop: { type: NumberConstructor; default: number; }; offsetBottom: { type: NumberConstructor; }; direction: { type: PropType; default: string; validator: (value: any) => boolean; }; targetOffset: { type: NumberConstructor; }; scrollContainer: { type: PropType; }; changeHash: { type: BooleanConstructor; default: boolean; }; smooth: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (_hash: string) => any; select: (_hash: string | undefined, _preHash: string) => any; }, string, import("vue").PublicProps, Readonly; default: string; validator: (value: any) => boolean; }; lineLess: { type: BooleanConstructor; default: boolean; }; affix: { type: BooleanConstructor; default: boolean; }; affixStyle: { type: PropType; }; offsetTop: { type: NumberConstructor; default: number; }; offsetBottom: { type: NumberConstructor; }; direction: { type: PropType; default: string; validator: (value: any) => boolean; }; targetOffset: { type: NumberConstructor; }; scrollContainer: { type: PropType; }; changeHash: { type: BooleanConstructor; default: boolean; }; smooth: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((_hash: string) => any) | undefined; onSelect?: ((_hash: string | undefined, _preHash: string) => any) | undefined; }>, { smooth: boolean; direction: "horizontal" | "vertical"; offsetTop: number; boundary: number | "center" | "end" | "start" | "nearest"; lineLess: boolean; affix: boolean; changeHash: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };