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