import * as React from "react"; export interface ISelectUploadLocationProps { onSelectedLocation: (location: string) => void; } export declare const SelectUploadLocation: React.FunctionComponent; //# sourceMappingURL=SelectUploadLocation.d.ts.map