export type BlockNoteDefaultUIProps = {
    formattingToolbar?: boolean;
    linkToolbar?: boolean;
    slashMenu?: boolean;
    sideMenu?: boolean;
    filePanel?: boolean;
    tableHandles?: boolean;
    emojiPicker?: boolean;
};
export declare function BlockNoteDefaultUI(props: BlockNoteDefaultUIProps): import("react/jsx-runtime").JSX.Element;
