/// <reference types="react" />
import type { Props } from "../types";
declare const Text: ({ height, ...props }: Props) => JSX.Element;
export default Text;
