import * as React from 'react'; interface IPropsUsers { stroke?: string; width?: number; height?: number; } export declare const Users: (props: React.HTMLAttributes & IPropsUsers) => React.JSX.Element; export {}; //# sourceMappingURL=Users.d.ts.map