import React from 'react';
interface Props {
    children?: React.ReactNode;
}
export declare function FocusManager({ children }: Props): JSX.Element;
export {};
