import { default as React } from 'react'; import { IconProps } from './Icon.models'; declare const Icon: ({ icon, className, iconSize, color, qaTestId, style, }: IconProps) => React.JSX.Element; export default Icon;