import React from "react";
interface Props {
    projectID: string;
    publicAPIKey: string;
}
declare const PermutiveSetup: ({ projectID, publicAPIKey }: Props) => React.JSX.Element;
export default PermutiveSetup;
//# sourceMappingURL=PermutiveSetup.d.ts.map