import { FC } from 'react'; import { PanelHeaderProps } from './Panel.types'; export declare const PanelHeader: FC;