import * as i0 from "@angular/core";
/** Default dropdown configuration */
export declare class BsDropdownConfig {
    /** default dropdown auto closing behavior */
    autoClose: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<BsDropdownConfig>;
}
