/// import { TCustomImageProps } from "../../types/customImage"; import { TAsset } from "../../types/asset"; export declare const fallBackImage: TAsset; declare const CustomImage: ({ image, classList, }: TCustomImageProps) => JSX.Element; export default CustomImage;