import React, { Key } from 'react'; import { Meta } from '@storybook/react'; import { IconWrapperProps } from '../..'; declare const _default: Meta; export default _default; export interface ExampleItemProps { key: Key; name: string; textValue?: string; subtext?: string; id: string | number; hasSeparator?: boolean; icon?: React.ElementType; iconWrapperProps?: IconWrapperProps; } export declare const Default: { ({ ...args }: { [x: string]: any; }): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const WithExpandableItems: { ({ ...args }: { [x: string]: any; }): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const ControlledExpandableItems: ({ ...args }: { [x: string]: any; }) => import("react/jsx-runtime").JSX.Element; export declare const InfiniteLoadingList: { (args: any): import("react/jsx-runtime").JSX.Element; args: { useMockData: boolean; }; parameters: { docs: { description: { story: string; }; }; design: { type: string; url: string; }; }; }; export declare const WithCharts: { ({ ...args }: { [x: string]: any; }): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const OnLoadPrev: () => import("react/jsx-runtime").JSX.Element;