import { VerificationService } from '../../../../lib/types/types'; export interface IdCheckLoopRegulaProps { verificationService: VerificationService; } export declare const IdCheckLoopRegula: ({ verificationService }: IdCheckLoopRegulaProps) => import("react/jsx-runtime").JSX.Element; export declare const IdCheckLoopRegulaComponent: ({ verificationService }: IdCheckLoopRegulaProps) => import("react/jsx-runtime").JSX.Element;