/// <reference types="react" />
import type { SmartIcon } from './PropTypes';
declare const Icon: import("react").FC<SmartIcon>;
export { Icon };
export { SmartIcon, SmartIconEvents, SmartIconExternalClassName, SmartIconProps, } from './PropTypes';
