import * as React from 'react'; import { Props } from './panel-types'; declare type PanelProps = Props & { footer?: React.ReactNode; title?: string; }; declare const _default: React.NamedExoticComponent; export default _default;