import { DefaultDataEditorActionProvider, ActionModel } from 'com.phloxui';
import { ParrotsDataEditor } from '../component/editor/ParrotsDataEditor.component';
export declare class ParrotsDataEditorActionProvider extends DefaultDataEditorActionProvider {
    getActionModels(editor: ParrotsDataEditor): Promise<ActionModel[]>;
}
