import React from 'react'; import type { AdaptivePanelProps } from './types'; export declare function AdaptivePanel(props: AdaptivePanelProps): React.JSX.Element; //# sourceMappingURL=AdaptivePanel.d.ts.map