export default DocumentSection; declare function DocumentSection({ children }: { children: any; }): import("react").JSX.Element; declare namespace DocumentSection { function Slot(props: any): import("react").JSX.Element; } //# sourceMappingURL=index.d.ts.map