import React from 'react'; import { EditorInBorderProps } from '@orca-fe/deye-typings'; export interface CommonHeightEditorInBorderProps extends React.HTMLAttributes, EditorInBorderProps { } declare const CommonHeightEditorInBorder: (props: CommonHeightEditorInBorderProps) => JSX.Element; export default CommonHeightEditorInBorder;