/// import { IPanelProps } from './Panel.types'; /** * Panel description */ export declare const Panel: (props: IPanelProps) => JSX.Element;