import { Text } from '@contentful/rich-text-types';
import * as i0 from "@angular/core";
export declare class TextValueComponent {
    node: Text;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextValueComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TextValueComponent, "ng-component", never, { "node": "node"; }, {}, never, never, false, never>;
}
