import React from "react"; interface AuthenticateProps { onCancel: () => void; } export declare const Authenticate: ({ onCancel }: AuthenticateProps) => React.JSX.Element; export {}; //# sourceMappingURL=authenticate.d.ts.map