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