import type { FC, PropsWithChildren } from 'react';
type RovingTabIndexContextProps = PropsWithChildren<{
    onEscapeKey?: () => void;
    orientation?: 'horizontal' | 'vertical';
}>;
declare const RovingTabIndexComposer: FC<RovingTabIndexContextProps>;
export default RovingTabIndexComposer;
//# sourceMappingURL=RovingTabIndexComposer.d.ts.map