import * as i0 from "@angular/core"; /** Default dropdown configuration */ export declare class DropdownConfig { /** default dropdown auto closing behavior */ autoClose: boolean; /** delay in ms before showing the dropdown after show is called */ showDelay: number; /** delay in ms before hiding the dropdown after hide is called */ hideDelay: number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }