import { ReactNode } from 'react'; type TInspectorSectionProps = { title: string; children: ReactNode; defaultOpen?: boolean; }; export declare function InspectorSection({ title, children, defaultOpen, }: TInspectorSectionProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InspectorSection.d.ts.map