import React from 'react'; import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: { (props: import("./editor.component").IQuillEditorProps): React.ReactNode; displayName: string; }; tags: string[]; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const Snow: Story; export declare const Bubble: Story; export declare const Next: Story;