import React from 'react'; import type { InteranctiveDataType } from './typing'; interface IExpandTableProps { expandData: InteranctiveDataType; width: number; } declare const InteranctiveExpand: React.FC; export default InteranctiveExpand;