export type ResizeModeType = | "cover" | "contain" | "stretch" | "repeat" | "center" | undefined;