import { ConfigOption } from '@ngx-formly/core';
import { FormlyFieldTabComponent, FormlyFieldTabsetComponent } from './types/types';
export declare const FIELD_TYPE_COMPONENTS: (typeof FormlyFieldTabComponent | typeof FormlyFieldTabsetComponent)[];
export declare const FORMLY_TABS_FORMLY_CONFIG: ConfigOption;
