import type { ExtractPropTypes } from 'vue'; declare const borderBox8Props: { reverse: { type: BooleanConstructor; default: boolean; }; dur: { type: NumberConstructor; default: number; }; color: { type: globalThis.PropType; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }; export type BorderBox8Props = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ reverse: { type: BooleanConstructor; default: boolean; }; dur: { type: NumberConstructor; default: number; }; color: { type: globalThis.PropType; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }, { width: globalThis.Ref; height: globalThis.Ref; initWH: (resize?: boolean) => Promise; state: { path: string; gradient: string; mask: string; }; mergedColor: globalThis.ComputedRef; pathD: globalThis.ComputedRef; length: globalThis.ComputedRef; borderBox8: 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[]; dur: number; backgroundColor: string; }, {}>; export default _default;