import type { ExtractPropTypes } from 'vue'; declare const borderBox4Props: { reverse: { type: BooleanConstructor; default: boolean; }; color: { type: import("vue").PropType; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }; export declare type BorderBox4Props = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ reverse: { type: BooleanConstructor; default: boolean; }; color: { type: import("vue").PropType; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }, { width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; state: { defaultColor: string[]; mergedColor: never[]; }; borderBox4: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }>>, { color: string[]; backgroundColor: string; reverse: boolean; }>; export default _default;