export declare const ImageTheme: { root: { transitionDuration: string; }; preview: { icon: { size: string; }; mask: { background: string; color: string; }; }; toolbar: { position: { left: string; right: string; top: string; bottom: string; }; blur: string; background: string; borderColor: string; borderWidth: string; borderRadius: string; padding: string; gap: string; }; action: { hoverBackground: string; color: string; hoverColor: string; size: string; iconSize: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; };