/// import type { State } from '../../types'; declare const getSelectedBlocksMap: (state: State) => Draft.Model.ImmutableData.ContentBlock[]; export default getSelectedBlocksMap;