import { UiNode } from '@ory/client'; export interface AuthCodeSectionProps { nodes: UiNode[]; } /** * AuthCodeSection renders the fields for login and registration via one-time code. * Please see the Ory docs for more information: https://www.ory.sh/docs/kratos/passwordless/one-time-code * @param nodes - Ory UiNode[] * @see AuthCodeSectionProps */ export declare const AuthCodeSection: ({ nodes, }: AuthCodeSectionProps) => JSX.Element | null; //# sourceMappingURL=auth-code-section.d.ts.map