import React from 'react';
import type { IconWrapperProps } from './types';
export declare const Icon: React.NamedExoticComponent<IconWrapperProps>;
