import { Background, ContainerColors, InputColors, Theme } from '@/schemas'; export declare const setCssVariablesValue: (theme: Theme | undefined, container: HTMLDivElement, font?: string, backgroundOverride?: Background, hostBubblesOverride?: Partial, guestBubblesOverride?: Partial, inputStylesOverride?: { roundness?: 'none' | 'medium' | 'large'; inputs?: InputColors; buttons?: ContainerColors; }) => void; //# sourceMappingURL=setCssVariablesValue.d.ts.map