import * as __VLS_VINE from 'vue-vine/internals'; import type { ElementFormatType, NodeKey } from 'lexical'; export declare function BlockWithAlignableContents(props: __VLS_VINE.VineComponentCommonProps & { format?: ElementFormatType | null; nodeKey: NodeKey; baseClass?: string; focusClass?: string; }, context: { slots: { default: unknown; }; }): __VLS_VINE.VueVineComponent;