import { IconProps } from './IconsResolver';
import { IconicNames, IconicTypes } from './Iconics.js';
export declare function Icon<Props = {
    name: IconicNames;
    type?: IconicTypes;
}>(props: IconProps & Props): import("react/jsx-runtime").JSX.Element | null;
