import { Meta, Story } from '@storybook/react'; import { ListItemProps, ListSectionProps } from '.'; declare const _default: Meta; export default _default; export declare const ListItemTextOnly: Story; export declare const ListItemTooltipAndDivider: Story; export declare const ListSectionTextOnly: Story; export declare const ListSectionTextOnlyWithHover: Story; export declare const ListSectionTextWithIconAndHover: Story; export declare const ListSectionTextWithIconAndHoverAndSwitch: Story; export declare const ListSectionTextWithIconAndHoverAndIconButton: Story;