import * as React from 'react'; import { SVGProps } from 'react'; import { SVGRProps } from '.'; export declare const component: ({ title, titleId, ...props }: SVGProps & SVGRProps) => React.JSX.Element;