import type { FC } from 'react'; declare type CombinationSection = [string, FC]; export declare const renderCombinationSections: (combinationSets: CombinationSection[]) => () => any; export {}; //# sourceMappingURL=renderCombinationSections.d.ts.map