declare const _default: { type: string; properties: { clientID: { type: string; }; clientToken: { type: string; }; language: { type: string; }; stages: { type: string; items: { type: string[]; anyOf: ({ $ref: string; type?: undefined; enum?: undefined; } | { type: string; enum: string[]; $ref?: undefined; })[]; }; }; lookAndFeel: { type: string; properties: { popUpBgColor: { type: string; pattern: string; }; popUpTitleColor: { type: string; pattern: string; }; primaryButtonBgColor: { type: string; pattern: string; }; primaryButtonTextColor: { type: string; pattern: string; }; primaryButtonBorderColor: { type: string; pattern: string; }; primaryButtonPressedBgColor: { type: string; pattern: string; }; secondaryButtonBgColor: { type: string; pattern: string; }; secondaryButtonTextColor: { type: string; pattern: string; }; secondaryButtonBorderColor: { type: string; pattern: string; }; secondaryButtonPressedBgColor: { type: string; pattern: string; }; docTypeBgColor: { type: string; pattern: string; }; docTypeBorderColor: { type: string; pattern: string; }; blueBigType: { type: string; pattern: string; }; headerTitle: { type: string; pattern: string; }; linkButtonTextColor: { type: string; pattern: string; }; subheaderTitle: { type: string; pattern: string; }; textItemType: { type: string; pattern: string; }; textSecondary: { type: string; pattern: string; }; borderRadius: { type: string; }; infoPanelBgColor: { type: string; pattern: string; }; infoPanelTitleColor: { type: string; pattern: string; }; documentTypeSelectorBgColor: { type: string; pattern: string; }; documentTypeSelectorBorderColor: { type: string; pattern: string; }; headingTextColor: { type: string; pattern: string; }; subheadingTextColor: { type: string; pattern: string; }; bodyTextColor: { type: string; pattern: string; }; documentTypeSelectorIconColor: { type: string; pattern: string; }; documentTypeSelectorTiteTextColor: { type: string; pattern: string; }; documentTypeSelectorDescriptionTextColor: { type: string; pattern: string; }; infoPanelIconColor: { type: string; pattern: string; }; infoPanelDescriptionTextColor: { type: string; pattern: string; }; errorPanelBgColor: { type: string; pattern: string; }; errorPanelIconColor: { type: string; pattern: string; }; errorPanelTitleColor: { type: string; pattern: string; }; errorPanelDescriptionTextColor: { type: string; pattern: string; }; cameraButtonBgColor: { type: string; pattern: string; }; uiInterfaceStyle: { type: string; enum: string[]; }; }; additionalProperties: boolean; }; designTokens: { $ref: string; }; }; definitions: { stringStage: { type: string; enum: string[]; }; intro: { type: string; properties: { name: { type: string; enum: string[]; }; heading: { type: string; }; message: { type: string; }; }; required: string[]; }; consent: { type: string; properties: { name: { type: string; enum: string[]; }; heading: { type: string; }; message: { type: string; }; }; required: string[]; }; documentCapture: { type: string; properties: { name: { type: string; enum: string[]; }; showGuidance: { type: string; }; useMLAssistance: { type: string; }; retryLimit: { type: string; }; liveCapture: { type: string; }; nfcEnabled: { type: string; }; documentTypes: { type: string; properties: { passport: { $ref: string; }; driving_license: { $ref: string; }; national_identity_card: { $ref: string; }; residence_permit: { $ref: string; }; }; }; }; }; poaCapture: { type: string; properties: { name: { type: string; enum: string[]; }; showGuidance: { type: string; }; useMLAssistance: { type: string; }; retryLimit: { type: string; }; liveCapture: { type: string; }; documentTypes: { type: string; properties: { bank_statement: { $ref: string; }; utility_bill: { $ref: string; }; }; }; }; }; faceCapture: { type: string; properties: { name: { type: string; enum: string[]; }; mode: { type: string; enum: string[]; }; showGuidance: { type: string; }; useMLAssistance: { type: string; }; retryLimit: { type: string; }; liveCapture: { type: string; }; }; }; outro: { type: string; properties: { name: { type: string; enum: string[]; }; heading: { type: string; }; message: { type: string; }; }; }; addressCapture: { type: string; properties: { allowedCountries: { type: string; items: { type: string; enum: string[]; }; }; enableAutoComplete: { type: string; }; }; }; documentType: { type: string[]; anyOf: ({ type: string; items?: undefined; } | { type: string; items: { type: string; enum: string[]; }; })[]; }; designTokens: { type: string; properties: { updatedAt: { type: string; }; version: { type: string; }; theme: { type: string; }; colors: { $ref: string; }; rounding: { $ref: string; }; padding: { $ref: string; }; text: { $ref: string; }; components: { $ref: string; }; haptics: { $ref: string; }; animations: { $ref: string; }; logo: { $ref: string; }; }; additionalProperties: boolean; }; designTokenModes: { type: string; properties: { light: { $ref: string; }; dark: { $ref: string; }; }; additionalProperties: boolean; }; designTokenColorScheme: { type: string; properties: { primary: { $ref: string; }; secondary: { $ref: string; }; tertiary: { $ref: string; }; surface: { $ref: string; }; error: { $ref: string; }; info: { $ref: string; }; success: { $ref: string; }; }; additionalProperties: boolean; }; designTokenInteractiveRole: { type: string; properties: { bg: { $ref: string; }; on: { $ref: string; }; }; additionalProperties: boolean; }; designTokenStaticRole: { type: string; properties: { bg: { $ref: string; }; on: { $ref: string; }; }; additionalProperties: boolean; }; designTokenInteractiveStates: { type: string; properties: { default: { type: string; }; hover: { type: string; }; active: { type: string; }; disabled: { type: string; }; }; additionalProperties: boolean; }; designTokenStaticState: { type: string; properties: { default: { type: string; }; }; additionalProperties: boolean; }; designTokenScale: { type: string; properties: { sm: { type: string; }; md: { type: string; }; lg: { type: string; }; xl: { type: string; }; }; additionalProperties: boolean; }; designTokenTypography: { type: string; properties: { title: { $ref: string; }; subtitle: { $ref: string; }; 'body-lg': { $ref: string; }; 'body-md': { $ref: string; }; 'body-sm': { $ref: string; }; button: { $ref: string; }; }; additionalProperties: boolean; }; designTokenTextStyle: { type: string; properties: { family: { type: string; }; weight: { type: string; }; size: { type: string; }; 'line-height': { type: string; }; }; additionalProperties: boolean; }; designTokenComponents: { type: string; properties: { 'background-overlay': { $ref: string; }; }; additionalProperties: boolean; }; designTokenComponentColor: { type: string; properties: { color: { type: string; }; }; additionalProperties: boolean; }; designTokenToggle: { type: string; properties: { enabled: { type: string; }; }; additionalProperties: boolean; }; designTokenLogo: { type: string; properties: { footerLight: { type: string; }; footerDark: { type: string; }; footerText: { type: string; }; }; additionalProperties: boolean; }; }; required: string[]; }; export default _default; //# sourceMappingURL=verificationSchema.d.ts.map