import type { DividerPosition, DividerType } from './interface'; import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly position: BasicType, DividerPosition | null>; readonly vertical: BasicType; readonly color: BasicType, string | null>; readonly fontColor: BasicType, string | null>; readonly margin: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly type: BasicType, DividerType | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, DividerPosition | null>; readonly vertical: BasicType; readonly color: BasicType, string | null>; readonly fontColor: BasicType, string | null>; readonly margin: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly type: BasicType, DividerType | null>; }>>, { readonly type: DividerType; readonly background: string; readonly color: string; readonly fontColor: string; readonly vertical: boolean; readonly height: string | number; readonly position: DividerPosition; readonly margin: string | number; }>; export default _sfc_main;