import VanillaSelecto, { SelectoMethods, SelectoOptions } from 'selecto';
import { MethodInterface } from 'framework-utils';
import { NgxSelectoComponent } from './ngx-selecto.component';
import { NgxSelectoEvents } from './types';
export declare class NgxSelectoInterface {
    protected selecto: VanillaSelecto;
}
export interface NgxSelectoInterface extends MethodInterface<SelectoMethods, VanillaSelecto, NgxSelectoComponent>, SelectoOptions, NgxSelectoEvents {
}
