import type * as React from 'react'; import { IconCommonProps } from './SvgIcon'; export declare function AddIcon(props: IconCommonProps): React.ReactElement;