import type { Dispatch, SetStateAction } from 'react'; export declare const FormRenderer: ({ firstName, onFirstNameChange, lastName, onLastNameChange }: { firstName: string; onFirstNameChange: Dispatch>; lastName: string; onLastNameChange: Dispatch>; }) => import("react").JSX.Element; //# sourceMappingURL=CompositeInput.mocks.d.ts.map