export declare type IkasImage = { id: string; isVideo: boolean; altText?: string | null; fileName?: string | null; };