/** * The intro's headline under the brand's own gradient (1844:17444). * * RN draws no gradient type, so a real `Text` lays the line out and reports * where each one landed, and the same lines are drawn again as SVG over it — * which keeps the wrap, the measure and the translation the text had. */ export declare function FiatGradientTitle({ text, from, to, }: { text: string; /** The frame's first stop: the headline's own color. */ from: string; /** Its last: the brand's. Equal to `from` on a host that sets no brand. */ to: string; }): import("react").JSX.Element; //# sourceMappingURL=FiatGradientTitle.d.ts.map