import type { BasicType, VmIcon } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly visible: BasicType; readonly text: BasicType, string | null>; readonly color: BasicType, string | null>; readonly fullscreen: BasicType; readonly background: BasicType, string | null>; /** 样式列表 */ readonly icon: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly text: BasicType, string | null>; readonly color: BasicType, string | null>; readonly fullscreen: BasicType; readonly background: BasicType, string | null>; /** 样式列表 */ readonly icon: BasicType, null>; }>>, { readonly background: string; readonly color: string; readonly icon: VmIcon; readonly text: string; readonly visible: boolean; readonly fullscreen: boolean; }>; export default _sfc_main;