import React from 'react'; export declare const getIcon: (icon: React.ReactNode) => string | number | boolean | React.ReactElement> | Iterable | null | undefined;