import type { State } from '../../types'; declare const isOverline: (state: State, customOverlineKey?: string) => boolean; export default isOverline;