export default class NpawPluginOptions {
    /**
     * Fast Data server host
     * Default: 'lma.npaw.com'
     */
    host?: string | undefined;
    components?: any;
    /**
     * Object that contains the legacy NPAW plugin
     */
    legacyPlugin?: any;
    constructor();
}
