import { ExtractPropTypes } from 'vue'; declare const borderBox11Props: { title: { type: StringConstructor; default: string; }; titleWidth: { type: NumberConstructor; default: number; }; animate: { type: BooleanConstructor; default: boolean; }; color: { type: PropType>; default: () => never[]; }; backgroundColor: { type: StringConstructor; default: string; }; }; export type BorderBox11Props = ExtractPropTypes; declare const _default: import('vue').DefineComponent<{ title: string; animate: boolean; color: string[]; backgroundColor: string; titleWidth: number; }, { width: globalThis.Ref; height: globalThis.Ref; initWH: (resize?: boolean) => Promise; filterId: globalThis.Ref; mergedColor: globalThis.ComputedRef; borderBox11: globalThis.Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ title: string; animate: boolean; color: string[]; backgroundColor: string; titleWidth: number; }> & Readonly<{}>, { title: string; animate: boolean; color: string[]; backgroundColor: string; titleWidth: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;