import { ProviderProps } from './types'; /** Web-bound Provider: defaults baseUrl to the page's api path, injects the web adapters (per-key overridable), and wires the fab auth/info defaults when `fab` is set. */ export declare const Provider: ({ fab, ...props }: ProviderProps) => import("react/jsx-runtime").JSX.Element; export { withProvider } from 'fastapi-rtk/api';