export declare const tooltip: string; export declare const tooltipWrapper: string; export declare const label: string; export declare const content: string; export declare const group: string; export declare const item: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { color: string; cursor: "not-allowed"; outline: "none"; }; false: { selectors: { '&:hover, &[data-state="open"]': { color: string; backgroundColor: string; }; '&:focus': { outline: "none"; }; '&:active': { color: string; backgroundColor: string; }; }; }; }; }>; export declare const itemChildren: string; export declare const subChildren: string;