import type { State } from '../../types';
declare const isUL: (state: State) => boolean;
export default isUL;
