import { SyntheticEvent, CSSProperties } from 'react'; type WaveButtonProps = { onClick?: (a: SyntheticEvent) => unknown; disabled?: boolean; startIcon?: string; endIcon?: string; style?: CSSProperties; endAnimation?: boolean; middleAnimation?: boolean; }; export default WaveButtonProps; //# sourceMappingURL=type.d.ts.map