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