import React from 'react'; import type { GradientProps } from '../../../../types/gradient'; /*** * Gradient background container for branded loading surfaces, hero blocks, and previews. * * The host supplies a platform-compatible renderer through * `GradientRendererProvider`; ZORA does not require an Expo runtime. */ export declare const Gradient: (props: GradientProps) => React.ReactElement | null; //# sourceMappingURL=Gradient.d.ts.map