export { default as VueButton } from './VueButton.vue'; export interface VueButtonProps { type?: 'button' | 'submit' | 'reset'; disabled?: boolean; loading?: boolean; toggle?: boolean; pressed?: boolean; ariaLabel?: string; ariaDescribedby?: string; } //# sourceMappingURL=index.d.ts.map