///
import type { ListProps } from './List';
declare const _default: {
component: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
Item: 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").LiHTMLAttributes & import("./List").ListContext & import("react").RefAttributes>;
};
title: string;
argTypes: {};
};
export default _default;
export declare const Default: (args: ListProps) => import("react/jsx-runtime").JSX.Element;
export declare const Unordered: (args: ListProps) => import("react/jsx-runtime").JSX.Element;
export declare const Ordered: (args: ListProps) => import("react/jsx-runtime").JSX.Element;
export declare const WithIcon: (args: ListProps) => import("react/jsx-runtime").JSX.Element;