interface EmailCaptureProps { onCapture: (email: string) => Promise; onDismiss: () => void; } export declare function EmailCapture({ onCapture, onDismiss }: EmailCaptureProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=email-capture.d.ts.map