import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').FC<{ configProviderProps?: any; }>; parameters: { layout: string; }; tags: string[]; argTypes: {}; args: { rowKey: string; widthMode: string; style: { flex: number; height: string; }; hover: { highlightMode: string; disableHeaderHover: boolean; }; dragHeaderMode: string; keyboardOptions: { copySelected: boolean; pasteValueToCell: boolean; }; select: { disableHeaderSelect: boolean; }; theme: { frameStyle: { borderLineWidth: number; }; defaultStyle: { borderColor: string; }; selectionStyle: { cellBorderColor: string; }; }; tooltip: { format(cellInfo: Omit & { targetText?: string; }): any; template(cellInfo: Omit & { targetText?: string; }): import("react/jsx-runtime").JSX.Element | null; className: string; style: { bgColor: string; color: string; padding: number[]; }; }; menu: { dropDownMenuHighlight: { field: string; menuKey: string; }[]; }; frozenColDragHeaderMode: string; excelOptions: { fillHandle: boolean; }; extra: { historyEditOptions: { modifyMark: true; modifyMarkStyle: { delete: { bgColor: string; lineThrough: boolean; lineThroughColor: string; }; update: { bgColor: string; }; }; }; onCreated: ({ tableInstance }: { tableInstance: import('./ListTable').ListTable; }) => void; }; }; }; export default meta; type Story = StoryObj; export declare const Init: Story; export declare const Init2: Story;