import { JSX } from 'react'; import { IconProps } from './Icon.types'; /** * Icon * * @see [Storybook](https://skatteetaten.github.io/designsystemet/?path=/docs/komponenter-icon--docs) - Teknisk dokumentasjon * @see [Stil og tone](https://www.skatteetaten.no/stilogtone/designsystemet/komponenter/icon/) - Brukerveiledning */ export declare const Icon: { ({ ref, id, className, lang, "data-testid": dataTestId, title, variant, size, svgPath, ariaLabel, }: IconProps): JSX.Element; displayName: string; };