import React from 'react';
import { IconifyIcon } from '@iconify/react';
export declare const getIcon: (name: string | IconifyIcon) => React.ReactElement;
