export declare const Image: { bankid: string; illustrations: { payment: string; }; }; export declare const translateTradeInCondition: { VeryGood: string; Good: string; Ok: string; }; export declare const translateDrivingDistance: { Between0And1000: string; Between1000And1500: string; Between1500And2000: string; Between2000And2500: string; Over2500: string; };