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