interface IDCheckLoopPendingProps { logo: JSX.Element; } export declare const IDCheckLoopPendingComponent: ({ logo }: IDCheckLoopPendingProps) => import("react/jsx-runtime").JSX.Element; export {};