/// export declare class OverlayPanel implements ng.IComponentOptions { controller: (...args: any[]) => void; controllerAs: string; transclude: boolean; bindings: { overlayTitle: string; close: string; closeAriaLabel: string; }; template: string; }