import {SVGAttributes} from 'react'; import {useTheme} from '@emotion/react'; interface ErrorGemlinProps extends SVGAttributes {} export function ErrorGremlinBody(props: ErrorGemlinProps) { const theme = useTheme(); return ( ); }