import { IndexBarProps } from './IndexBar'; export declare const IndexBar: import("../utils").WithInstall; highlightColor: StringConstructor; stickyOffsetTop: { type: NumberConstructor; default: number; }; indexList: { type: import("vue").PropType; default: () => string[]; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "change")[], "select" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; highlightColor: StringConstructor; stickyOffsetTop: { type: NumberConstructor; default: number; }; indexList: { type: import("vue").PropType; default: () => string[]; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; }, { sticky: boolean; stickyOffsetTop: number; indexList: import("../utils").Numeric[]; }>>; export default IndexBar; export type { IndexBarProps }; export type { IndexBarInstance } from './types'; declare module 'vue' { interface GlobalComponents { VanIndexBar: typeof IndexBar; } }