import { PropsWithChildren } from 'react'; import { type BlockProps, type BlockTagType } from 'react-login-page'; export declare const Logo: { (props: PropsWithChildren>>): import("react/jsx-runtime").JSX.Element; displayName: string; };