import { SpectreAuthProps } from './types.js'; /** * **SpectreAuth** — the primary Spectre Snap SDK component. * * Drop this into your React app to get a complete facial authentication * experience powered by Spectre's liveness detection and identity matching. * * @example * ```tsx * import { SpectreAuth } from '@thewhitenigs/spectre-snap'; * import '@thewhitenigs/spectre-snap/style.css'; * * function LoginPage() { * return ( * console.log('Verified!', result.sessionId)} * onFailed={(reason) => console.log('Failed:', reason)} * /> * ); * } * ``` */ export declare function SpectreAuth(props: SpectreAuthProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SpectreAuth.d.ts.map