import { IconifyIcon } from '@iconify/types'; import { IconCSSIconOptions } from './types.js'; /** * Get CSS for icon */ declare function getIconCSS(icon: IconifyIcon, options?: IconCSSIconOptions): string; export { getIconCSS };