import FactoryRenderer from "../../../../Renderer"; export type GroupByViewProps = { disabled: boolean; onPopupToggle: () => void; hasAppliedFilter?: boolean; }; const GroupByView = (props: GroupByViewProps) => { return ( ); }; export default GroupByView;