import type { ButtonProps } from "./types";
declare const Button: ({ children, variant, disabled, icon, iconPosition, roundedIcon, waiting, arrow, download, href, style, onClick, }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
export default Button;
