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