import * as React from 'react'; interface SVGRProps { title?: string; titleId?: string; } declare function SvgShell({ title, titleId, ...props }: React.SVGProps & SVGRProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export default SvgShell;