export default UploadBottom; declare function UploadBottom({ fill, width, height, ...rest }: { [x: string]: any; fill: any; width: any; height: any; }): JSX.Element; declare namespace UploadBottom { namespace propTypes { const fill: PropTypes.Requireable; const width: PropTypes.Requireable; const height: PropTypes.Requireable; } namespace defaultProps { const width_1: string; export { width_1 as width }; const height_1: string; export { height_1 as height }; } } import PropTypes from "prop-types"; //# sourceMappingURL=UploadBottom.d.ts.map