import React from 'react'; import './index.less'; interface SummaryFinancialSectionsProps { className?: string; } export declare const SummaryFinancialSections: React.NamedExoticComponent; export {};