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