import type { CSSProperties, ExtractPropTypes } from 'vue'; export declare const sliderMarkerProps: { readonly mark: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }))[], unknown, unknown, undefined, boolean>; }; export declare type SliderMarkerProps = ExtractPropTypes; declare const _default: import("@vue/runtime-core").DefineComponent<{ readonly mark: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }))[], unknown, unknown, undefined, boolean>; }, () => import("@vue/runtime-core").VNode, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, Record, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }))[], unknown, unknown, undefined, boolean>; }>>, { readonly mark: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }) | ((new (...args: any[]) => (string | { style: CSSProperties; label: any; }) & {}) | (() => string | { style: CSSProperties; label: any; }))[], unknown, unknown>; }>; export default _default;