/** * LIVE UPDATES TESTS * Ported from React - same tests, vanilla table only. * Tests updateData API and cell update flash. */ import type { Meta } from "@storybook/html"; declare const meta: Meta; export default meta; export declare const UpdateDataAPIPrice: { render: () => HTMLDivElement; play: () => Promise; }; export declare const FlashAnimationDetection: { render: () => HTMLDivElement; play: () => Promise; }; export declare const UpdateDataAPIStock: { render: () => HTMLDivElement; play: () => Promise; }; export declare const UpdateDataAPISales: { render: () => HTMLDivElement; play: () => Promise; }; export declare const MultipleCellUpdates: { render: () => HTMLDivElement; play: () => Promise; };