import type { StatefulPanelProps } from './types'; export default function StatefulPanel(props: StatefulPanelProps): import("react/jsx-runtime").JSX.Element;