import React from 'react';
export declare const WarningIndicatorButton: React.FC<{
    readonly setShowWarning: React.Dispatch<React.SetStateAction<boolean>>;
    readonly showWarning: boolean;
    readonly warningCount: number;
}>;
