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