/// /// import * as LivenessDetection from './LivenessDetection/LivenessDetection'; import ConfirmPopupContent from './ReadIDCard/components/ConfirmPopupContent'; import { addCustomTextsToLocale } from './ReadIDCard/utils'; export * as MobileDetect from 'react-device-detect'; export { default as Camera } from './Camera'; export * from './Camera'; export { default as checkCamera } from './Camera/checkCamera'; export { default as NativeCamera } from './NativeCamera'; export * from './CropArea'; export * as Icons from './Icon'; export { default as LivenessDetection } from './LivenessDetection'; declare const useActiveLiveness: typeof LivenessDetection.useActiveLiveness, usePassiveLiveness: typeof LivenessDetection.usePassiveLiveness, LivenessDetectionComponents: { Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; FaceDetectionError: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{ children: any; className: any; error: any; }, never>> & string & Omit>; CountdownTime: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>, "key" | keyof import("react").HTMLAttributes> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, never>> & string; FaceVerificationInstructions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>, "key" | keyof import("react").HTMLAttributes> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, never>> & string; FaceVerificationStepsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; StepItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; BottomButtonsOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; CountDownOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; InstructionsOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; LivenessStyledComponent: typeof LivenessDetection.LivenessStyledComponent; }; declare const useLivenessDetection: typeof LivenessDetection.useActiveLiveness; export { useLivenessDetection, useActiveLiveness, usePassiveLiveness, LivenessDetectionComponents }; export { default as PlacementArea } from './PlacementArea'; export { default as ProgressCircle } from './ProgressCircle'; export { default as DirectionIcon } from './LivenessDetection/DirectionIcon'; export { default as ReadIDCardUIOnly } from './ReadIDCard/ReadIDCardUIOnly/index'; export { ScannerType, defaultSteps as defaultReadIDCardSteps, UIOnlyPropTypes, UIOnlyDefaultProps, } from './ReadIDCard/ReadIDCardUIOnly'; export { addCustomTextsToLocale }; export { defaultClientSettings } from './ReadIDCard/useSettings'; export { default as ReadIDCardWithApiCall } from './ReadIDCard/ReadIDCardWithApiCall'; export { default as warmUpReadIdCard } from './ReadIDCard/warmUp'; export { default as preloadEKYCResources } from './ReadIDCard/preloadResources'; export { default as useMainProcessReadIdCard } from './ReadIDCard/useMainProcess'; export { default as useSettingsReadIdCard } from './ReadIDCard/useSettings'; export { default as handleApiCheckReadIdCard } from './ReadIDCard/api'; export { default as readIdCardFromImage } from './ReadIDCard/readIdCardFromImage'; export { default as useReadIDCardUIOnly } from './ReadIDCard/ReadIDCardUIOnly/useUIOnly'; export * as ReadIDCardComponents from './ReadIDCard/components'; export { default as SessionTimeoutPopupContent } from './ReadIDCard/components/SessionTimeoutPopupContent'; declare const ConfirmPopupContentComponents: { RetryButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLButtonElement>, never>, "key" | keyof import("react").ButtonHTMLAttributes> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, never>> & string; ConfirmButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLButtonElement>, never>, "key" | keyof import("react").ButtonHTMLAttributes> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, never>> & string; }; export { ConfirmPopupContent, ConfirmPopupContentComponents }; export { default as QRCodeScanner } from './QRCodeScanner'; export { default as warmUpQRCodeScanner } from './QRCodeScanner/warmUp'; export { default as useMainProcessQRCodeScanner } from './QRCodeScanner/useMainProcess'; export { readQRFromFrontImage } from './QRCodeScanner/readQRCode'; export * as QRCodeScannerComponents from './QRCodeScanner/components'; export { default as Popup } from './Popup'; export { default as useShowPopup } from './Popup/useShowPopup'; export { default as WarmupPopup } from './WarmupPopup'; export * as Animations from './Animations'; export { default as Button, ButtonLink } from './Button'; export { default as HighlightResult, Type as HighlightResultType } from './HighlightResult'; export { default as RatioWrapper } from './RatioWrapper'; export { default as RectangleMask, Type as RectangleMaskType } from './RectangleMask'; export { default as Spacing } from './Spacing'; export { default as warmupSelfieActive } from './LivenessDetection/warmUp'; export { default as getBaseSDKComponent } from './getBaseSDKComponent'; export { default as OrientationDetection } from './OrientationDetection'; export { default as FlashLiveness } from './FlashLiveness'; export { default as FaceAuthentication } from './FaceAuthentication'; export { default as PassiveLivenessV2 } from './PassiveLivenessV2';