import { SectionModel } from '../models/elemets'; import { SectionValueModel } from '../models'; export declare const getPercentForSection: (section: SectionModel, sectionValues: SectionValueModel[]) => number;