/** Design tokens that control state layer. */ export declare const StateToken: { /** Opacity of the state layer on focus. */ readonly focusStateLayerOpacity: import("lit").CSSResult; /** Opacity of the state layer on hover. */ readonly hoverStateLayerOpacity: import("lit").CSSResult; /** Opacity of the state layer on pressed. */ readonly pressedStateLayerOpacity: import("lit").CSSResult; }; //# sourceMappingURL=StateToken.d.ts.map