/// <reference types="react" />
declare const TextBlock: (text: {
    properties: any;
}) => JSX.Element;
export default TextBlock;
