import type { TFunction } from 'i18next'; import type { KycSection } from './formLayout'; /** * The line under the title on one page. The title itself never changes, so * this is what says which details the page is asking for. * * Client copy, read off the frames: 1508:2616, 1844:17471, 1631:7256, * 1631:7883. */ export declare function sectionDetail(section: KycSection, t: TFunction): string; //# sourceMappingURL=sectionDetail.d.ts.map