import type { BackTopBehavior } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly round: BasicType; readonly behavior: BasicType, BackTopBehavior | null>; readonly visibleHeight: BasicType; readonly right: BasicType, string | number | null>; readonly bottom: BasicType, string | number | null>; readonly zIndex: BasicType; readonly top: BasicType; readonly listenEl: BasicType, string | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly behavior: BasicType, BackTopBehavior | null>; readonly visibleHeight: BasicType; readonly right: BasicType, string | number | null>; readonly bottom: BasicType, string | number | null>; readonly zIndex: BasicType; readonly top: BasicType; readonly listenEl: BasicType, string | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }>>, { readonly round: boolean; readonly background: string; readonly color: string; readonly behavior: BackTopBehavior; readonly visibleHeight: number; readonly right: string | number; readonly bottom: string | number; readonly zIndex: number; readonly top: number; readonly listenEl: string; }>; export default _sfc_main;