import { UiNode } from '@ory/client'; interface CaptchaSectionProps { nodes: UiNode[]; } export declare function CaptchaSection({ nodes }: CaptchaSectionProps): import("react").JSX.Element[]; export {}; //# sourceMappingURL=captcha.d.ts.map