import type { Meta, StoryObj } from '@storybook/react'; import type { ComponentProps } from 'react'; import { UserWithCompanyAvatar } from './UserWithCompanyAvatar'; declare const meta: Meta>; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const UserWithCompanyAvatar_WithIcon: Story; export declare const UserWithCompanyAvatar_WithImage: Story; export declare const UserWithCompanyAvatar_WithText: Story;