import type { PanelProps } from './panel'; export declare function Panel(props: PanelProps): JSX.Element; export default Panel;