import * as React from "react"; import { IconProps } from '../lib'; declare const User: (props: IconProps) => React.JSX.Element; export default User; //# sourceMappingURL=User.d.ts.map