import { type IDraftsProviderProps } from './types';
export default function Provider({ referenceKey, syncTrigger, syncInterval, ...props }: IDraftsProviderProps): import("react/jsx-runtime").JSX.Element;
