import { FlutterCommon } from './common';
export declare function init(): void;
export declare class Flutter extends FlutterCommon {
    private _flutterEngine;
    private _fragment;
    private _platformChannel;
    private _listener;
    private _androidViewId;
    createNativeView(): globalAndroid.widget.FrameLayout;
    initNativeView(): void;
    disposeNativeView(): void;
    sendMessage(type: string, data?: any, callback?: (value?: any) => void): void;
}
