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