export declare type IkasPaymentGatewaySettings = { label: string; order: number; type: IkasPaymentGatewaySettingsType; value: string | null; }; export declare enum IkasPaymentGatewaySettingsType { NUMBER = "NUMBER", PASSWORD = "PASSWORD", TEXT = "TEXT" }