import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; import type Anchor from './anchor.vue'; export declare const anchorProps: { container: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; bound: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; duration: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; marker: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; type: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, string, boolean>; direction: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, string, boolean>; selectScrollTop: BooleanConstructor; }; export type AnchorProps = ExtractPropTypes; export type AnchorPropsPublic = __ExtractPublicPropTypes; export type AnchorInstance = InstanceType & unknown; export declare const anchorEmits: { change: (href: string) => boolean; click: (e: MouseEvent, href?: string) => boolean; }; export type AnchorEmits = typeof anchorEmits;