import { CSSProperties } from 'react'; type FocusRingProps = { style?: CSSProperties; className?: string; type?: 'outward' | 'inward'; as?: keyof HTMLElementTagNameMap | React.ElementType; }; declare const FocusRing: { ({ as: As, type, style, className }: FocusRingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { FocusRing }; //# sourceMappingURL=FocusRing.d.ts.map