import { Slot } from '@textbus/core';
export declare function useBlockContent(slot: Slot | ((slot: Slot) => boolean)): void;
