declare function warn(message: string, component?: string, ...args: any[]): void;

export { warn };
