import type { ToolbarClick } from './interface'; import type { BasicType, VmSize } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly round: BasicType; readonly size: BasicType, VmSize | null>; readonly background: BasicType, string | null>; readonly textColor: BasicType, string | null>; /** 获取到元素节点 */ readonly fixed: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly size: BasicType, VmSize | null>; readonly background: BasicType, string | null>; readonly textColor: BasicType, string | null>; /** 获取到元素节点 */ readonly fixed: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly onClick: BasicType, null>; }>>, { readonly round: boolean; readonly background: string; readonly fixed: boolean; readonly width: string | number; readonly size: VmSize; readonly onClick: ToolbarClick; readonly height: string | number; readonly textColor: string; }>; export default _sfc_main;