import { IconProps } from '../lib';
declare function Rainbow(props: IconProps): JSX.Element;
export default Rainbow;
