export const HoverText: any;
export default Button;
declare function Button({
  primary,
  secondary,
  size,
  children,
  label,
  disabled,
  active,
  link,
  linkNoUnderline,
  iconRight,
  iconLeft,
  loading,
  fullWidth,
  onClick,
  ...props
}: {
  onClick: function;
  primary?: boolean;
  secondary?: boolean;
  size?: string;
  children: React.node;
  label: string;
  disabled?: boolean;
  active?: boolean;
  link?: boolean;
  linkNoUnderline?: boolean;
  iconRight?: Element;
  iconLeft?: Element;
  loading?: boolean;
  fullWidth?: boolean;
}): JSX.Element;

//# sourceMappingURL=index.d.ts.map
