import React from 'react'; import { PopperPlacementType } from "@mui/material"; interface FilterPopupProps { className?: string; content: React.ReactElement; children: React.ReactElement; open: boolean; arrow?: boolean; placement?: PopperPlacementType; onClose?: () => void; } export declare const FilterPopop: React.FC; export {}; //# sourceMappingURL=filter.popup.d.ts.map