/**
 * FocusIndicator Component
 *
 * A component that provides accessible focus indicators.
 */
import React from 'react';
import { FocusIndicatorProps } from './types';
/**
 * FocusIndicator Component
 *
 * A component that provides accessible focus indicators.
 */
declare const FocusIndicator: React.ForwardRefExoticComponent<FocusIndicatorProps & React.RefAttributes<HTMLDivElement>>;
export default FocusIndicator;
//# sourceMappingURL=FocusIndicator.d.ts.map