export default MultipleUsers1; declare function MultipleUsers1({ fill, width, height, ...rest }: { [x: string]: any; fill: any; width: any; height: any; }): JSX.Element; declare namespace MultipleUsers1 { 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=MultipleUsers1.d.ts.map