import { FC } from 'react'; import { DropFilterProps } from './TableGenerator.types'; export declare const DropFilter: FC;