import { ApiProviderProps } from './types'; /** Web-bound ApiProvider: wires the fab api/bulk defaults when the Provider was mounted with `fab`. */ export declare const ApiProvider: (props: ApiProviderProps) => import("react/jsx-runtime").JSX.Element; export { withApiProvider } from 'fastapi-rtk/api';