import React from "react"; import type { GlassFocusRingProps } from "../interactive/types"; /** * A component that wraps a focusable element to provide an animated, * glass-styled focus indicator ring. */ export declare const GlassFocusRing: React.FC; //# sourceMappingURL=GlassFocusRing.d.ts.map