import type { TableExpandProps } from './types'; export declare function TableExpand(props: TableExpandProps): React.ReactElement | null;