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