export declare const DIALOG_PADDING = 20; export declare const chatContainer: string; export declare const dialogContainer: string; export declare const bottomSpacer: import('@vanilla-extract/recipes').RuntimeFn<{ hasEnded: { true: { height: "0px"; }; false: { height: "20px"; }; }; }>; export declare const chatEndedContainer: string; export declare const chatContentWrapper: string; //# sourceMappingURL=NewChat.css.d.ts.map