import React from 'react'; import * as Rsg from '../../../typings'; declare const Sections: React.FunctionComponent<{ sections: Rsg.Section[]; depth: number; root?: boolean; }>; export default Sections;