import React from 'react'; export declare const getHeight: () => number; /** Renders a bold title for panel content sections. */ export declare const ContentTitle: React.FC<{ title: string; }>;