import { PropType } from 'vue'; import { SizeTypes, ColorTypes } from '../../types'; declare const _default: import('vue').DefineComponent; default: string; }; /** * カラー * @example 'secondary' */ color: { type: PropType; default: string; }; /** * ディセーブル * @example disable => true */ disabled: { type: BooleanConstructor; default: boolean; }; /** * アイコン右 * @example 'mail' */ iconRight: { type: PropType; default: string; }; /** * アイコン左 * @example 'phone' */ iconLeft: { type: PropType; default: string; }; /** * ラベルカラー */ labelColor: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: () => void; }, string, import('vue').PublicProps, Readonly; default: string; }; /** * カラー * @example 'secondary' */ color: { type: PropType; default: string; }; /** * ディセーブル * @example disable => true */ disabled: { type: BooleanConstructor; default: boolean; }; /** * アイコン右 * @example 'mail' */ iconRight: { type: PropType; default: string; }; /** * アイコン左 * @example 'phone' */ iconLeft: { type: PropType; default: string; }; /** * ラベルカラー */ labelColor: { type: StringConstructor; default: string; }; }>> & Readonly<{ onClick?: (() => any) | undefined; }>, { disabled: boolean; color: ColorTypes; label: string; square: boolean; outline: boolean; rounded: boolean; size: SizeTypes; iconRight: string; iconLeft: string; labelColor: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=CCButton.vue.d.ts.map