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