import React from 'react'; interface Props { style?: React.CSSProperties; className?: string; title?: string; } export declare function AddCircleIcon(props: Props): JSX.Element; export {};