export declare const mode: import("@vanilla-extract/recipes").RuntimeFn<{ mode: { dark: string; light: string; }; }>; export declare const content: string; export declare const arrow: string; export declare const arrowBorder: import("@vanilla-extract/recipes").RuntimeFn<{ side: { top: { strokeDasharray: "0,31,3"; }; right: { strokeDasharray: "0,30,5"; }; bottom: { strokeDasharray: "0,31,3"; }; left: { strokeDasharray: "0,31,3"; }; }; }>;