import type { IconNameType } from '../../assets'; import type { IconResolutionType, ImageProps } from './types'; export type IconProps = Omit & { name: IconNameType | number; resolution?: IconResolutionType; }; export declare function Icon(props: IconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Icon.d.ts.map