import { PartnerFormStyle } from "@xapp/stentor-form-widget-channel"; /** * CostGuide's approved form look, as a named style bundle. * * ONE definition, exported so every consumer reads the same values: the code * fallback in contact-app's partner registry, and the Storybook story that shows * the look. Duplicating it drifts -- the story and the registry had already * diverged on the button colours, which is how a CostGuide-preset form ended up * rendering a stock magenta Continue button inside a teal frame. * * Once `public.partnerBranding.formStyle` ships (XappMedia/stentor-api#5753) the * API-served bundle wins and this is only reached when that fetch fails. * * Colour notes, all from the approved design: * - #1aacbe is the frame border, the buttons and the selected chip/date state. * - #22a2b4 is the tab -- deliberately a DIFFERENT teal from the border. * - #eef8fa is the card interior the framed step sits on. */ export declare const COST_GUIDE_FORM_STYLE: PartnerFormStyle;