import type { BackdropBlurRenderer } from './FlowSheet'; /** * The material under every translucent flow surface: a dark blur of the host * app with iOS 26 Liquid Glass refracting through it where the binary links the * SDK's pod. Elsewhere the blur stands alone and the surface paints its fill. */ export declare function SheetMaterial({ tint }: { tint?: string; }): import("react").JSX.Element; export declare const renderSheetMaterial: BackdropBlurRenderer; //# sourceMappingURL=SheetMaterial.d.ts.map