import type { ExtractPropTypes } from 'vue';
export declare const dividerProps: {
    readonly direction: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "horizontal", unknown, "horizontal" | "vertical", unknown>;
    readonly contentPosition: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "center", unknown, "left" | "right" | "center", unknown>;
};
export declare type DividerProps = ExtractPropTypes<typeof dividerProps>;
