import React from 'react'; export declare type SectionParamsT = { children?: any; key?: string; label?: string; }; export declare const SectionParams: React.FC;