import type { Decorator } from '@storybook/react-webpack5'; import type { SidebarV2ItemProps } from './SidebarItem/SidebarItem'; export declare const leterAvatarUrls: string[]; export declare const names: string[]; export declare const MenuTemplate: () => import("react/jsx-runtime").JSX.Element; export declare const GenericCondensedItem: ({ i }: { i: number; }) => import("react/jsx-runtime").JSX.Element; export declare const GenericNoAvatarItem: ({ i }: { i: number; }) => import("react/jsx-runtime").JSX.Element; export declare const GenericMediumItem: ({ i }: { i: number; }) => import("react/jsx-runtime").JSX.Element; export declare const GenericExtendedItem: ({ i }: { i: number; }) => import("react/jsx-runtime").JSX.Element; export declare const GenericCallItem: ({ i, ...props }: { i?: number; } & SidebarV2ItemProps) => import("react/jsx-runtime").JSX.Element; export declare const decorators: Decorator[]; //# sourceMappingURL=helpers.d.ts.map