import { ReactNode } from 'react'; export interface PanelSectionProps { readonly dark?: boolean; readonly children?: ReactNode; } export declare function PanelSection({ dark, children }: PanelSectionProps): JSX.Element; //# sourceMappingURL=panelSection.d.ts.map