import type { VoltraBaseProps } from '../baseProps'; export type ButtonProps = VoltraBaseProps & { /** Visual style of the button */ buttonStyle?: 'automatic' | 'bordered' | 'borderedProminent' | 'plain' | 'borderless'; }; //# sourceMappingURL=Button.d.ts.map