/// //@ts-ignore import React, { Component } from 'react'; //@ts-ignore import { PropertyEditorProps } from '@grapecity/core-ui'; /// //@ts-ignore import { i18n } from 'i18next'; export declare type PlaceholderEditorStubEditorProps = PropertyEditorProps & { label: string | Function; in17n: i18n; }; export declare class PlaceholderEditorStub extends Component { render(): React.JSX.Element; }