1 declare function warn(message: string, component?: string, ...args: any[]): void; 2 3 export { warn };