import { ChartProps } from '../../../../../props'; /** Function to check if we should wait for sisense context for rendering the chart */ export declare const shouldSkipSisenseContextWaiting: (props: ChartProps) => boolean;