/// <reference types="react" />
import { IconWrapperProps } from './interfaces';
declare const Icon: ({ name, ...props }: IconWrapperProps) => JSX.Element;
export default Icon;
