export declare const dividerCSS: import("@vanilla-extract/recipes").RuntimeFn<{ orientation: { horizontal: { width: "100%"; height: string; }; vertical: { width: string; height: "100%"; }; }; flexItem: { true: {}; false: {}; }; }>;