import { LuiIconName } from '@linzjs/lui/dist/assets/svg-content'; export interface PanelHeaderButtonProps { 'aria-label': string; href?: string; icon: LuiIconName; onClick?: () => void; } export declare const PanelHeaderButton: ({ 'aria-label': ariaLabel, href, icon, onClick }: PanelHeaderButtonProps) => import("react").JSX.Element;