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