import { BoxProps } from '../../primitives/Box';
export interface KeyboardNavigableProps extends BoxProps {
    tagName?: string;
    attributeName?: string;
}
export declare const KeyboardNavigable: ({ tagName, attributeName, ...props }: KeyboardNavigableProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=KeyboardNavigable.d.ts.map