export declare const keyboardShortcutKeyWrapperCSS: string; export declare const keyboardShortcutKeyCSS: import("@vanilla-extract/recipes").RuntimeFn<{ onAccent: { true: {}; false: {}; }; disabled: { true: { color: string; }; }; variant: { default: { padding: `0 calc(${string} - ${string})`; height: string; lineHeight: "18px"; borderRadius: string; minWidth: string; textAlign: "center"; boxSizing: "border-box"; selectors: { '&:not(:last-of-type)': { marginRight: string; }; }; }; minimal: { selectors: { '&:not(:last-of-type)::after': { content: "'+'"; display: "inline-block"; padding: `0 ${string}`; }; }; }; }; }>;