import { DropDownDirective } from './dropdown.directive';
export declare class DropDownService {
    private openScope;
    private closeDropdownBind;
    open(dropdownScope: DropDownDirective): void;
    close(dropdownScope: DropDownDirective): void;
    private closeDropdown;
}
