import { SafeAny } from '@pkt/utils'; /** * @internal * Called wrapped method or getter only when `viewInit` property of {@link OsBaseViewComponent} is true. * * If `viewInit` is false then will be returned the value of @param defaultValue which is `null` by default. **/ export declare function ɵWhenViewInit(defaultValue?: SafeAny): SafeAny;