/// /// declare const _default: { component: 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").HTMLAttributes & import("react-stately").TreeProps & import("react-aria").AriaMenuOptions & { onAction?: ((key: import("react").Key) => void) | undefined; autoFocus?: boolean | undefined; autoFocusKey?: string | undefined; } & import("react").RefAttributes> & { Item: import("react").FC; }; title: string; argTypes: { autoFocus: { defaultValue: boolean; control: string; }; autoFocusKey: { defaultValue: undefined; control: string; }; }; }; export default _default; export declare const Usage: import("@storybook/types").AnnotatedStoryFn & import("react-stately").TreeProps & import("react-aria").AriaMenuOptions & { onAction?: ((key: import("react").Key) => void) | undefined; autoFocus?: boolean | undefined; autoFocusKey?: string | undefined; } & import("react").RefAttributes>; export declare const AutoFocusItem: import("@storybook/types").AnnotatedStoryFn & import("react-stately").TreeProps & import("react-aria").AriaMenuOptions & { onAction?: ((key: import("react").Key) => void) | undefined; autoFocus?: boolean | undefined; autoFocusKey?: string | undefined; } & import("react").RefAttributes>;