import { Theme } from '@material-ui/core';
export interface PropertiesPanelArgs {
    handleClose: () => any;
    theme: Theme;
}
export declare const PropertiesPanel: ({ handleClose, theme }: PropertiesPanelArgs) => JSX.Element;
