import { Text } from '@contentful/rich-text-types';
export declare class TextValueComponent {
    node: Text;
}
