import { CreateElement } from 'vue';
import { IconProps } from '../Icon';
import { IconProperty } from '../types';
export declare function isIconProps(icon: IconProperty): icon is IconProps;
export declare function getIcon(h: CreateElement, icon?: IconProperty, props?: Record<string, any>): import("vue").VNode | undefined;
