/// <reference types="react" />
import { ButtonProps } from './Button.types';
/** This is a special button */
export declare const Button: ({ children, href, onClick, disabled, loading, htmlProps, style, variables, ...props }: ButtonProps) => JSX.Element;
