import type { IndexUiState, IndexWidget } from '../../types';
type CheckIndexUiStateParams = {
    index: IndexWidget;
    indexUiState: IndexUiState;
};
export declare function checkIndexUiState({ index, indexUiState, }: CheckIndexUiStateParams): void;
export {};
