import { Options } from "../../@types/options.js";
import { Format } from "ts-vista";
import * as React from "react";
/** Props for the `Provider` component. */
type ProviderProps = Format<Options & {
  children?: React.ReactNode;
}>;
/** Provider component. */

export { type ProviderProps };
//# sourceMappingURL=index.d.ts.map