import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const tourStrategies: readonly ["absolute", "fixed"]; export declare const tourPlacements: readonly ["top-start", "top-end", "top", "bottom-start", "bottom-end", "bottom", "left-start", "left-end", "left", "right-start", "right-end", "right"]; export declare const tourContentProps: { placement: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, string, boolean>; reference: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, null, boolean>; strategy: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, "fixed" | "absolute", unknown, string, boolean>; offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; showArrow: BooleanConstructor; zIndex: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export type TourContentProps = ExtractPropTypes; export type TourContentPropsPublic = __ExtractPublicPropTypes; export declare const tourContentEmits: { close: () => boolean; }; export type TourContentEmits = typeof tourContentEmits;