/** * Component design tokens that control the `M3eFocusRingElement`. * @internal */ export declare const FocusRingToken: { /** The color of the focus ring. */ readonly color: import("lit").CSSResult; /** The duration of the focus ring animation. */ readonly duration: import("lit").CSSResult; /** The thickness of the focus ring. */ readonly thickness: import("lit").CSSResult; /** Offset of an outward focus ring. */ readonly outwardOffset: import("lit").CSSResult; /** Offset of an inward focus ring. */ readonly inwardOffset: import("lit").CSSResult; /** The visibility of the focus ring. */ readonly visibility: import("lit").CSSResult; /** The factor by which the focus ring grows. */ readonly growthFactor: import("lit").CSSResult; }; //# sourceMappingURL=FocusRingToken.d.ts.map