import type { BasicType, HandleChange } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly open: BasicType; readonly openText: BasicType, string | null>; readonly closeText: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly onOpen: BasicType, null>; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly openText: BasicType, string | null>; readonly closeText: BasicType, string | null>; readonly borderColor: BasicType, string | null>; readonly onOpen: BasicType, null>; readonly onClose: BasicType, null>; }>>, { readonly onClose: HandleChange; readonly borderColor: string; readonly onOpen: HandleChange; readonly open: boolean; readonly openText: string; readonly closeText: string; }>; export default _sfc_main;