import type { Meta, StoryObj } from '@storybook/react';
declare const ShowcaseComponent: () => import("react/jsx-runtime").JSX.Element;
declare const meta: Meta<typeof ShowcaseComponent>;
export default meta;
type Story = StoryObj<typeof ShowcaseComponent>;
export declare const Default: Story;
export declare const MobileView: Story;
export declare const TabletView: Story;
