import React from 'react'; import './EditorPropertiesList.less'; export interface EditorPropertiesListProps extends React.HTMLAttributes { } declare const EditorPropertiesList: (props: EditorPropertiesListProps) => JSX.Element; export default EditorPropertiesList;