import { AdaptableApi } from '../../../Api/AdaptableApi';
import { AdaptableAlert } from '../../../AdaptableState/Common/AdaptableAlert';
export interface ShowToastProps {
    api: AdaptableApi;
    adaptableAlert: AdaptableAlert;
}
export declare const showToast: (props: ShowToastProps) => void;
