import React, { ReactNode } from 'react'; export declare const InputDescriptor: ({ children }: { children?: ReactNode; }) => React.JSX.Element; //# sourceMappingURL=InputDescriptor.d.ts.map