import { IImage } from "@streamlit/lib/src/proto"; /** * Overrides an image array by loading data from the stlite kernel * for in-memory images. */ export declare function useStliteImageList(inputImages: IImage[]): IImage[];