declare type Props = {
    heading: string;
    children: any;
    action?: any;
};
export declare function LogBoxInspectorSection(props: Props): JSX.Element;
export {};
