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