import type { ProTableProps } from './pro-table'; interface Options { props: ProTableProps; } export default function useTableHeight(options: Options): any; export {};