import React from 'react'; import type { FunctionComponent } from 'react'; interface SectionHandlerProps { children: React.ReactNode; } export declare const SectionHandler: FunctionComponent; export {}; //# sourceMappingURL=SectionHandler.d.ts.map