/** * @license * Copyright (c) 2000 - 2026 Vaadin Ltd. * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ */ /** * Issues a warning in the browser console if it has not been issued before. */ export declare function issueWarning(warning: string): void;