import type { TBackgroundImages } from './TBackgroundImages'; import type { TMessages } from './TMessages'; export declare type TConfig = { accessToken: string; apiUrl: string; messages?: TMessages; grossTarget?: boolean; backgroundColour1?: string; backgroundColour2?: string; primaryColour?: string; secondaryColour?: string; currency?: string; backgroundImages?: TBackgroundImages; };