///
import { FocusScope } from './FocusScope';
export declare const Focus: {
Scope: typeof FocusScope;
ArrowNavigator: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & import("@react-aria/focus").FocusScopeProps & {
children: import("react").ReactNode;
} & import("react").RefAttributes>;
};