import { ViewPanelProps } from '../Components/SharedProps/ViewPanelProps';
import * as React from 'react';
export interface QuickSearchViewPanelComponentProps extends ViewPanelProps {
}
export declare const QuickSearchViewPanelControl: React.FunctionComponent<QuickSearchViewPanelComponentProps>;
