import { Widgets } from 'blessed';
export declare const Warning: () => {
    WarningBox: Widgets.BoxElement;
    setWarningContent: (content: string) => void;
};
//# sourceMappingURL=Warning.d.ts.map