export declare const createReactPattern: import("@knapsack/creator-utils").Creator<{ pkgPath: { type: "text"; title: string; }; importPrefix: { type: "text"; title: string; }; }, import("@knapsack/creator-utils").KsAnswers<{ pkgPath: { type: "text"; title: string; }; importPrefix: { type: "text"; title: string; }; }>>; //# sourceMappingURL=react-creators.d.ts.map