declare type Props = { label: string; inputName: string; placeholder: string; value: string; onClickFileSelect: any; onChange: any; }; declare const PathSelectInput: (props: Props) => JSX.Element; export default PathSelectInput; //# sourceMappingURL=PathSelectInput.d.ts.map