import { HelpPanelProps } from './interfaces'; export { HelpPanelProps }; export default function HelpPanel(props: HelpPanelProps): JSX.Element;