import type Button from './button.vue';
export declare type ButtonInstance = InstanceType<typeof Button>;
