import { PropType } from 'vue'; import { SizeTypes } from '../../types'; import { LabelColorTypes } from '../../types/Color/Color.types'; declare const _default: import('vue').DefineComponent; default: string; }; /** * サイズ * @example 's' | 'S' | 'l' | 'L' */ size: { type: PropType; default: string; }; /** * エラーパターン1 * @example true | false */ error1: { type: BooleanConstructor; default: boolean; }; /** * エラーパターン2 * @example true | false */ error2: { type: BooleanConstructor; default: boolean; }; /** * エラーパターン3 * 表示はエラーパターン2と同じだが、チェックボックスがついていなくてもエラー表示にできるもの * 無効化したければerror3に明示的にfalseを渡すか、そもそもpropsでerror3を設定しなければよい * @example true | false */ error3: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: boolean) => void; }, string, import('vue').PublicProps, Readonly; default: string; }; /** * サイズ * @example 's' | 'S' | 'l' | 'L' */ size: { type: PropType; default: string; }; /** * エラーパターン1 * @example true | false */ error1: { type: BooleanConstructor; default: boolean; }; /** * エラーパターン2 * @example true | false */ error2: { type: BooleanConstructor; default: boolean; }; /** * エラーパターン3 * 表示はエラーパターン2と同じだが、チェックボックスがついていなくてもエラー表示にできるもの * 無効化したければerror3に明示的にfalseを渡すか、そもそもpropsでerror3を設定しなければよい * @example true | false */ error3: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { disabled: boolean; label: string; size: SizeTypes; labelColor: LabelColorTypes; modelValue: boolean; error1: boolean; error2: boolean; error3: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=CCCheckbox.vue.d.ts.map