import type { ExtractPropTypes } from 'vue'; export declare const buttonProps: { size: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; }; export declare type ButtonProps = ExtractPropTypes;