import { FormbirdInjectorService } from 'formbird-services';
export declare class CustomElementService {
    private fbInjectorService;
    constructor(fbInjectorService: FormbirdInjectorService);
    convertToCustomElement: (component: any, selector: any, injector: any, angularSuffix?: any, version?: any, options?: any) => void;
}
