import { type SectionsRetailProps } from '../../retail/model/InputSectionsType'; import { type ProductType } from './ApplicationLeadFormContent'; export declare const getApplicationFormData: (productType: ProductType) => SectionsRetailProps[];