import { NwSafeAny } from '../types'; export declare const PREFIX = "[NGX-WEUI]:"; export declare const warn: (...args: NwSafeAny[]) => void; export declare const deprecation10: (comp: string, from: string, to?: string | undefined) => void; export declare const warnDeprecation: (...args: NwSafeAny[]) => void | (() => void); export declare const log: (...args: NwSafeAny[]) => void;