import type { Meta, StoryObj } from '@storybook/react'; import { PisellShellFrame } from './PisellShellFrame'; declare const meta: Meta; export default meta; declare type Story = StoryObj; /** 仅标题区 */ export declare const TitleOnly: Story; /** 标题 + 工具区 */ export declare const WithToolbar: Story; /** 标题 + 统计区(可折叠,国际化) */ export declare const WithStatisticCollapsible: Story; /** 中间滚动 + 底部批量条 + 状态区 */ export declare const WithScrollBatchAndStatus: Story; /** 全区域展示(默认展开统计) */ export declare const Full: Story;