/// import IconProps from '../interface/IconProps'; declare const Icon: (props: IconProps) => JSX.Element | null; export default Icon;