import { ExtractPropTypes } from 'vue'; declare const borderBox5Props: { reverse: { type: BooleanConstructor; default: boolean; }; color: { type: globalThis.PropType; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }; export type BorderBox5Props = ExtractPropTypes; declare const _default: import('vue').DefineComponent<{ reverse: { type: BooleanConstructor; default: boolean; }; color: { type: globalThis.PropType; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }, { width: globalThis.Ref; height: globalThis.Ref; initWH: (resize?: boolean) => Promise; mergedColor: globalThis.ComputedRef; borderBox5: globalThis.Ref; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }>>, { reverse: boolean; color: string[]; backgroundColor: string; }, {}>; export default _default;