import { h } from 'preact';
type ItemIconProps = {
    itemIconString: string;
    alt?: string;
};
export default function ItemIcon({ itemIconString, alt, }: ItemIconProps): h.JSX.Element | null;
export {};
//# sourceMappingURL=ItemIcon.d.ts.map