import type { DefineComponent, PropType, ComputedRef, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../../utils'; import Divider from "./src/divider"; export declare const FzDivider: Install; readonly default: "horizontal"; }; readonly contentPosition: { readonly type: PropType<"left" | "center" | "right">; readonly default: "center"; }; readonly borderStyle: { readonly type: PropType; readonly default: "solid"; }; }, { dividerStyle: ComputedRef; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: "horizontal"; }; readonly contentPosition: { readonly type: PropType<"left" | "center" | "right">; readonly default: "center"; }; readonly borderStyle: { readonly type: PropType; readonly default: "solid"; }; }>>, { readonly borderStyle: string; readonly direction: "horizontal" | "vertical"; readonly contentPosition: "left" | "center" | "right"; }, {}>>; export type DividerInstance = InstanceType; export * from './src/interface'; export default FzDivider;