/// import { IconProps } from './types'; export declare const PlusIcon: ({ color, ...props }: IconProps) => JSX.Element; export default PlusIcon;