import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _default: DefineComponent<{ label: { type: StringConstructor; default: string; }; border: { type: BooleanConstructor; default: boolean; }; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly>, { border: boolean; label: string; }, {}>; export default _default;