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