import React from 'react'; export declare const Section: React.FC<{ children: React.ReactNode; title: string; direction?: string; }>; export declare const SubSection: React.FC<{ children: React.ReactNode; title: string; }>; export declare const HELP_HINTS: { key: string; label: string; }[]; export declare const HELP_SECTION_COUNT: number; export declare const HelpPanel: React.FC;