import * as React from 'react'; import { IPanelProps } from './Panel.types'; /** * Panel description */ export declare const Panel: React.FunctionComponent;