import { default as React, ButtonHTMLAttributes } from 'react';
import { ButtonComponent, ButtonProps } from './types.js';
export declare const Button: ButtonComponent;
/**
* @deprecated bruk heller {@link Button} med ghost-varianten
*/
export declare function PrimaryButton(props: Omit, "variant" | "onClick" | "as"> & Pick, "onClick">): React.JSX.Element;
/**
* @deprecated bruk heller {@link Button} med ghost-varianten
*/
export declare function SecondaryButton(props: Omit, "variant" | "onClick" | "as"> & Pick, "onClick">): React.JSX.Element;
/**
* @deprecated bruk heller {@link Button} med ghost-varianten
*/
export declare function TertiaryButton(props: Omit, "variant" | "onClick" | "as"> & Pick, "onClick">): React.JSX.Element;
/**
* @deprecated bruk heller {@link Button} med ghost-varianten
*/
export declare function GhostButton(props: Omit, "variant" | "loader">): React.JSX.Element;