/// import { TextProps } from '../components/text/Text'; export declare const text: (node: TextNode) => (props: TextProps & { loadedFont?: FontName; hasDefinedWidth?: boolean; }) => any;