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