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