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