declare const _default: import("vue").DefineComponent<{ text: { type: StringConstructor; default: string; }; tips: { type: StringConstructor; default: string; }; protocols: { type: ArrayConstructor; default(): any[]; }; checkState: { type: BooleanConstructor; default: boolean; }; showCheckBox: { type: BooleanConstructor; default: boolean; }; textColor: { type: StringConstructor; default: string; }; textFontSize: { type: (StringConstructor | NumberConstructor)[]; default: number; }; openInWindow: { type: BooleanConstructor; default: boolean; }; brandColor: { type: StringConstructor; default: string; }; zIndex: { type: (StringConstructor | NumberConstructor)[]; default: number; }; disableChecked: { type: BooleanConstructor; default: boolean; }; }, {}, { protocolChecked: any; }, { fontSize(): any; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { text: string; tips: string; brandColor: string; zIndex: string | number; openInWindow: boolean; textColor: string; textFontSize: string | number; protocols: unknown[]; checkState: boolean; showCheckBox: boolean; disableChecked: boolean; }>; export default _default;