/** * Shared base tokens used by both w-button and w-link. * These define the internal CSS variables that map component tokens to semantic tokens. */ export declare const buttonSharedBase: import("lit").CSSResult; /** * Shared variant styles used by both w-button and w-link. * These set component tokens for different visual styles. */ export declare const buttonSharedVariants: import("lit").CSSResult; /** * Shared sizing styles used by both w-button and w-link. */ export declare const buttonSharedSizing: import("lit").CSSResult; /** * Shared disabled state used by both w-button and w-link. */ export declare const buttonSharedDisabled: import("lit").CSSResult; /** * Complete w-button styles (shared + button-specific). */ export declare const wButtonStyles: import("lit").CSSResult;