import type { Component, ExtractPropTypes, PropType } from 'vue'; export declare const buttonBaseProps: { cs: { type: (StringConstructor | ObjectConstructor)[]; }; component: { type: PropType>; default: string; }; }; export type ButtonBaseProps = ExtractPropTypes;