import { UiNode } from '@ory/client'; import { JSX } from 'react'; export interface LinkSectionProps { nodes: UiNode[]; } /** * LinkSection renders the fields for recovery and verification * Please see the Ory docs for more information: * - https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset * - https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation */ export declare const LinkSection: ({ nodes }: LinkSectionProps) => JSX.Element; //# sourceMappingURL=link-section.d.ts.map