import { PropType } from 'vue'; import { SizeTypes, ColorTypes } from '../../types'; declare const _default: import('vue').DefineComponent; default: string; }; /** * 左ボタンのカラー * @example 'primary' */ leftButtonColor: { type: PropType; default: string; }; /** * 右ボタンのカラー * @example 'secondary' */ rightButtonColor: { type: PropType; default: string; }; /** * 左ボタンのディセーブル * @example leftButtonDisabled */ leftButtonDisabled: { type: BooleanConstructor; default: boolean; }; /** * 右ボタンのディセーブル * @example rightButtonDisabled */ rightButtonDisabled: { type: BooleanConstructor; default: boolean; }; /** * 左ボタンのアイコン左 * @example 'mail' */ leftButtonIconLeft: { type: PropType; default: string; }; /** * 左ボタンのアイコン右 * @example 'phone' */ leftButtonIconRight: { type: PropType; default: string; }; /** * 右ボタンのアイコン左 * @example 'mail' */ rightButtonIconLeft: { type: PropType; default: string; }; /** * 右ボタンのアイコン右 * @example 'phone' */ rightButtonIconRight: { type: PropType; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { clickLeft: () => void; clickRight: () => void; }, string, import('vue').PublicProps, Readonly; default: string; }; /** * 左ボタンのカラー * @example 'primary' */ leftButtonColor: { type: PropType; default: string; }; /** * 右ボタンのカラー * @example 'secondary' */ rightButtonColor: { type: PropType; default: string; }; /** * 左ボタンのディセーブル * @example leftButtonDisabled */ leftButtonDisabled: { type: BooleanConstructor; default: boolean; }; /** * 右ボタンのディセーブル * @example rightButtonDisabled */ rightButtonDisabled: { type: BooleanConstructor; default: boolean; }; /** * 左ボタンのアイコン左 * @example 'mail' */ leftButtonIconLeft: { type: PropType; default: string; }; /** * 左ボタンのアイコン右 * @example 'phone' */ leftButtonIconRight: { type: PropType; default: string; }; /** * 右ボタンのアイコン左 * @example 'mail' */ rightButtonIconLeft: { type: PropType; default: string; }; /** * 右ボタンのアイコン右 * @example 'phone' */ rightButtonIconRight: { type: PropType; default: string; }; }>> & Readonly<{ onClickLeft?: (() => any) | undefined; onClickRight?: (() => any) | undefined; }>, { square: boolean; rounded: boolean; size: SizeTypes; centerSpace: string; leftButtonLabel: string; rightButtonLabel: string; leftButtonOutline: boolean; rightButtonOutline: boolean; leftButtonColor: ColorTypes; rightButtonColor: ColorTypes; leftButtonDisabled: boolean; rightButtonDisabled: boolean; leftButtonIconLeft: string; leftButtonIconRight: string; rightButtonIconLeft: string; rightButtonIconRight: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=CCButtonSet.vue.d.ts.map