import React from 'react'; import type { InternalPanelProps, PanelProps } from './interface'; export declare const InternalPanel: React.ForwardRefExoticComponent>; declare const Panel: React.FC>; export default Panel;