import { HoverButton } from './hoverbutton';
export type { WebHoverButtonProps as HoverButtonProps } from "../../types";
export default HoverButton;
