/// import { IconProps } from '../../types'; declare const User: (allProps: IconProps) => JSX.Element; export default User;