import React from 'react';
import { PanelProps } from './Panel.types';
/**
 * A panel to show success messages
 */
declare const Panel: React.FunctionComponent<PanelProps>;
export default Panel;
