import React from 'react'; import './index.scss'; import { ProTableColumnProps, ProTableActionType, ProTableProps } from '../../typing'; declare type ProTableFilterProps = { column: ProTableColumnProps; actionRef: React.MutableRefObject; switchCardView?: 'table' | 'card'; bindUrl?: ProTableProps['bindUrl']; bindUrlProps?: ProTableProps['bindUrlProps']; }; declare const _default: React.NamedExoticComponent; export default _default;