import * as React from 'react';
import type { PanelProps } from './types';
export declare const Panel: React.ForwardRefExoticComponent<PanelProps & React.RefAttributes<unknown>>;
