import * as React from "react";
export declare const Text: React.FC<React.PropsWithChildren<{
    ruby?: string;
}>>;
