/// import { IconPack } from '../lib/icons'; import { DyteI18n } from '../lib/lang'; export default function ({ image, size, iconPack, t, _id, }: { image: any; size?: 'lg' | 'md' | 'sm' | 'xl'; iconPack?: IconPack; t?: DyteI18n; _id?: string | number; }): JSX.Element;