import { IGenericSelectOption } from '../types/forms'; declare const langOpts: { english: string; french: string; }; declare const currencyOpts: IGenericSelectOption[]; export { langOpts, currencyOpts };