import { type SectionElementResult } from '../store/Section'; interface NestedCloseProps extends SectionElementResult { expandKey: string; level: number; } export declare const NestedClose: { (props: NestedCloseProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export {};