import React from 'react';
import { Offset } from '../interfaces';
interface FocusOutlineProps {
    elementKey?: null | string | number | boolean;
    elementRef?: React.RefObject<SVGSVGElement | SVGGElement>;
    offset?: Offset;
}
export default function FocusOutline({ elementKey, elementRef, offset }: FocusOutlineProps): JSX.Element;
export {};
//# sourceMappingURL=focus-outline.d.ts.map