export default Icon; declare function Icon({ className, style, ...restProps }: { [x: string]: any; className?: string; style?: {}; }): any;