import { FC } from 'react';
import { Props } from './FocusRing.types';
import './FocusRing.style.scss';
/**
 * The wrapped `<FocusRing />` from `@react-aria/focus`.
 *
 * @remarks
 * This does not support typical style inheritance via `className`, `id`, and `style`. See [react-aria/focus]{@link https://react-spectrum.adobe.com/react-aria/FocusRing.html}
 */
declare const FocusRing: FC<Props>;
export default FocusRing;
