export declare function InputResourcePath({ value, name, }: { value: string | undefined; name: string; }): React.JSX.Element;