/// import { IconProps } from './constants'; declare const Icon: (props: IconProps) => JSX.Element; export default Icon;