import React from 'react';
import { IIconComplex, IIconStandAlone } from './types/icon';
export declare const IconComplex: React.ForwardRefExoticComponent<IIconComplex & React.RefAttributes<HTMLSpanElement>>;
export declare const IconStandAlone: React.ForwardRefExoticComponent<IIconStandAlone & React.RefAttributes<HTMLSpanElement>>;
