import type { TextBlockProps } from '../types.js';
export declare function TextBlock({ props }: {
    props: TextBlockProps;
}): import("react/jsx-runtime").JSX.Element;
