export declare type IkasCheckoutSettingsPrice = { currencyCode: string | null; currencySymbol: string | null; price: number; priceListId: string | null; };