type IconImageProps = { iconName: string; }; declare const ComponentIconImage: ({ iconName }: IconImageProps) => import("preact").JSX.Element; export default ComponentIconImage;