import type { StartPayConfig } from "../types/config"; export type StartPayProviderProps = { config: StartPayConfig; children: React.ReactNode; }; export declare const StartPayProvider: ({ config, children }: StartPayProviderProps) => import("react").JSX.Element; //# sourceMappingURL=StartPayProvider.d.ts.map