/** * @private */ export declare class NgxPopperjsUtils { /** Coerces a data-bound value (typically a string) to a boolean. */ static coerceBooleanProperty(value: any): boolean; }