/// <reference types="react" />
import type { RichTextType } from "../../types/notion/richText/richText.js";
type Props = {
    title: RichTextType;
};
export declare const Title: React.FC<Props>;
export {};
//# sourceMappingURL=Title.d.ts.map