import { RootState } from '..'; import { UIState } from '~/src/types/core'; export declare const selectUIState: (state: RootState) => UIState; //# sourceMappingURL=selectUIState.d.ts.map