import type { State } from '../../types';
declare const getBlockType: (state: State) => string;
export default getBlockType;
