import { type TextDirection } from './text-direction'; type Props = Record; export declare function contentPartsFor(type: string, props: Props | null | undefined): unknown[] | undefined; export declare function sampleOf(parts: unknown): string; export declare function blockContentDirection(type: string, props: Props | null | undefined): TextDirection | undefined; export {};