import { SVGProps } from 'react'; declare const GenericEntityIcon: (props: SVGProps) => any; export default GenericEntityIcon;