import { OneTimePerformanceWarning } from "../Core/OneTimePerformanceWarning";
export declare const performanceWarnings: {
    dataDistributionFlagNaN: OneTimePerformanceWarning;
    dataDistributionFlagSortedAscending: OneTimePerformanceWarning;
    subchartBackgroundNotSimpleColor: OneTimePerformanceWarning;
    dataLabelsSkippingMany: OneTimePerformanceWarning;
    dateTimeDeltaCalculatorBadDelta: OneTimePerformanceWarning;
    wasmContextAutoDisposeDisabled: OneTimePerformanceWarning;
    wasmContext3DAutoDisposeDisabled: OneTimePerformanceWarning;
    labelCacheTooSmall: OneTimePerformanceWarning;
    wasmSimdWarning: OneTimePerformanceWarning;
};
