import { JSX } from 'react'; import { PanelProps } from './Panel.types'; /** * Panel * * @see [Storybook](https://skatteetaten.github.io/designsystemet/?path=/docs/komponenter-panel--docs) - Teknisk dokumentasjon * @see [Stil og tone](https://www.skatteetaten.no/stilogtone/designsystemet/komponenter/panel/) - Brukerveiledning */ export declare const Panel: { ({ ref, id, className, lang, "data-testid": dataTestId, headingRef, canManuallySetTitleFocus, color, classNames, imageSource, imageSourceAltText, hasResponsivePadding, padding, spacing, subtitle, subtitleAs, title, titleAs, variant, hideGraphicMobile, hideSubtitle, hideTitle, renderIcon, children, }: PanelProps): JSX.Element; displayName: string; };