import { default as React, ReactNode } from 'react'; export type PanelHeaderProps = { /** * The content of the PanelHeader. */ children: ReactNode; }; export declare function PanelHeader({ children }: PanelHeaderProps): React.JSX.Element; //# sourceMappingURL=PanelHeader.d.ts.map