import { GlassVariant, BaseGlassProps } from '../types/common'; export declare const getGlassConfig: (variant: GlassVariant, overrides?: Partial) => any; export declare const getFunctionalGlassConfig: (type: "progress" | "slider" | "interactive", overrides?: Partial) => any; export declare const generateDisplacementSVG: (width: number, height: number, config: ReturnType) => string; export declare const combineClassNames: (...classes: (string | undefined | null | false)[]) => string;