export declare const GalleriaTheme: { root: { borderWidth: string; borderColor: string; borderRadius: string; transitionDuration: string; }; navButton: { background: string; hoverBackground: string; color: string; hoverColor: string; size: string; gutter: string; prev: { borderRadius: string; }; next: { borderRadius: string; }; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; navIcon: { size: string; }; thumbnailsContent: { background: string; padding: string; }; thumbnailNavButton: { size: string; borderRadius: string; gutter: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; thumbnailNavButtonIcon: { size: string; }; caption: { background: string; color: string; padding: string; }; indicatorList: { gap: string; padding: string; }; indicatorButton: { width: string; height: string; activeBackground: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; insetIndicatorList: { background: string; }; insetIndicatorButton: { background: string; hoverBackground: string; activeBackground: string; }; closeButton: { size: string; gutter: string; background: string; hoverBackground: string; color: string; hoverColor: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; closeButtonIcon: { size: string; }; colorScheme: { light: { thumbnailNavButton: { hoverBackground: string; color: string; hoverColor: string; }; indicatorButton: { background: string; hoverBackground: string; }; }; dark: { thumbnailNavButton: { hoverBackground: string; color: string; hoverColor: string; }; indicatorButton: { background: string; hoverBackground: string; }; }; }; };