import type { Meta, StoryObj } from '@storybook/react'; import MobileSkin from './MobileSkin'; declare const meta: Meta; type Story = StoryObj; export declare const PortraitView: Story; export declare const LandscapeView: Story; export default meta;