import { TScreensProps } from '../../../shared/types/screen/type-screens-props';
declare const VerificationResult: ({ isTransferred }: TScreensProps) => import("react/jsx-runtime").JSX.Element;
export default VerificationResult;
