import React, { Key } from 'react'; export interface ExpandTableDataType { key?: Key; order: number; status: React.ReactNode; qty: number; price: number; assignee: string; started_at: string; completed_at: string; } export declare const ExpandComponent: () => import("@emotion/react/jsx-runtime").JSX.Element; export declare const ExpandComponent2: () => import("@emotion/react/jsx-runtime").JSX.Element;