import * as React from 'react'; import { ViewPanelProps } from '../Components/SharedProps/ViewPanelProps'; export interface QueryViewPanelComponentProps extends ViewPanelProps { } export declare const GridFilterPanelControl: (props: QueryViewPanelComponentProps) => React.JSX.Element;