Logs a console warning prefixed with [Flux]. Used internally to notify developers of potential issues or misuse of components.
import { warn } from '@flux-ui/internals';
warn('Component requires a parent FluxRoot.');declare function warn(...data: any[]): void;