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