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