import { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const dividerProps: { readonly titlePlacement: { readonly type: PropType<"left" | "right" | "center">; readonly default: "center"; }; readonly dashed: BooleanConstructor; readonly vertical: BooleanConstructor; readonly margin: { readonly type: StringConstructor; readonly default: "24px 0px 24px 0px"; }; readonly leftWidth: { readonly type: StringConstructor; readonly default: "28px"; }; readonly rightWidth: { readonly type: StringConstructor; readonly default: "28px"; }; readonly color: { readonly type: StringConstructor; readonly default: "#ebebeb"; }; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }; export type DividerProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly titlePlacement: { readonly type: PropType<"left" | "right" | "center">; readonly default: "center"; }; readonly dashed: BooleanConstructor; readonly vertical: BooleanConstructor; readonly margin: { readonly type: StringConstructor; readonly default: "24px 0px 24px 0px"; }; readonly leftWidth: { readonly type: StringConstructor; readonly default: "28px"; }; readonly rightWidth: { readonly type: StringConstructor; readonly default: "28px"; }; readonly color: { readonly type: StringConstructor; readonly default: "#ebebeb"; }; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }, { mergedClsPrefix: import("vue").ComputedRef; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-color': string; '--n-text-color': string; '--n-font-weight': string; '--n-margin': string; '--n-left-width': string; '--n-right-width': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly default: "center"; }; readonly dashed: BooleanConstructor; readonly vertical: BooleanConstructor; readonly margin: { readonly type: StringConstructor; readonly default: "24px 0px 24px 0px"; }; readonly leftWidth: { readonly type: StringConstructor; readonly default: "28px"; }; readonly rightWidth: { readonly type: StringConstructor; readonly default: "28px"; }; readonly color: { readonly type: StringConstructor; readonly default: "#ebebeb"; }; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>>, { readonly color: string; readonly dashed: boolean; readonly vertical: boolean; readonly margin: string; readonly titlePlacement: "left" | "right" | "center"; readonly leftWidth: string; readonly rightWidth: string; }>; export default _default;