import type { Table } from 'antd'; import React from 'react'; declare type TExpandable = React.ComponentProps['expandable']; export declare const useExpandable: (props?: Omit) => import("rc-table/lib/interface").ExpandableConfig | undefined; export {};