import { FormWidgetTheme } from "@xapp/stentor-form-widget-channel"; /** Shared with the form fixture, which uses it for the heading cards. */ export declare const SERIF = "Georgia, 'Times New Roman', serif"; /** * Warm neutral theme for the "Schedule a Free Consultation" form: serif headings, * white inputs on a light stone background, and a light submit button. */ export declare const consultationTheme: FormWidgetTheme;