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