import { CSSProperties } from 'react'; export interface PanelInlineProps { title: string; className?: string; width?: CSSProperties['width']; height?: CSSProperties['height']; } export declare const PanelInline: import("react").ForwardRefExoticComponent>;