import { GlassVariant, ButtonSize, ModalSize } from '../types/common'; export declare const GLASS_PRESETS: Record; export declare const FUNCTIONAL_GLASS_PRESETS: { progress: any; slider: any; interactive: any; }; export declare const BUTTON_SIZE_CLASSES: Record; export declare const MODAL_SIZE_CLASSES: Record; export declare const DEFAULT_DIMENSIONS: { width: number; height: number; }; export declare const BADGE_COLOR_CLASSES: { default: string; success: string; warning: string; error: string; info: string; }; export declare const TOOLTIP_POSITION_CLASSES: { top: string; bottom: string; left: string; right: string; };