/// import type { Editor, Property } from 'grapesjs'; export interface PropertyCustomTypeProps { editor: Editor; property: Property; } declare const PropertyCustomType: import("react").FunctionComponent; export default PropertyCustomType;