import type { Meta, StoryObj } from '@storybook/html-vite';
import { SlAvatar } from './sl-avatar';
declare const meta: Meta;
export default meta;
type Story = StoryObj<typeof SlAvatar>;
export declare const Example: Story;
