import * as react_jsx_runtime from 'react/jsx-runtime'; import React from 'react'; import { TanstackStartClerkProviderProps } from './types.js'; import '@clerk/clerk-react'; import '@clerk/types'; type ClerkContextValue = Partial>; declare const useClerkOptions: () => ClerkContextValue; declare const ClerkOptionsProvider: (props: React.PropsWithChildren<{ options: ClerkContextValue; }>) => react_jsx_runtime.JSX.Element; export { ClerkOptionsProvider, useClerkOptions };