import type {IconProps} from '../dist/types';
import type {ReactNode} from 'react';

declare function Icon(props: IconProps): ReactNode;
export default Icon;
