import * as React from 'react'; declare const SvgTAdd: ({ title, ...props }: { title: string; props: React.SVGProps; }) => JSX.Element; export default SvgTAdd;