import { JSX } from 'react'; import { MegaButtonProps } from './MegaButton.types'; /** * MegaButton * * @see [Storybook](https://skatteetaten.github.io/designsystemet/?path=/docs/komponenter-megabutton--docs) - Teknisk dokumentasjon * @see [Stil og tone](https://www.skatteetaten.no/stilogtone/designsystemet/komponenter/megabutton/) - Brukerveiledning */ export declare const MegaButton: { ({ ref, id, className, lang, "data-testid": dataTestId, spinnerTitle, accessKey, disabled, href, type, ariaDescribedby, hasSpinner, isExternal, onBlur, onClick, onFocus, children, }: MegaButtonProps): JSX.Element; displayName: string; };