import * as React from 'react'; declare function User(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof User; export default User;