import { type GlassSurfaceProps } from "./glass-surface.shared.js"; export declare function GlassSurface({ style, children, pointerEvents, testID, role, onLayout, sheer, tint }: GlassSurfaceProps): string | number | bigint | true | Iterable | Promise> | Iterable | null | undefined> | import("react").JSX.Element; //# sourceMappingURL=glass-surface.d.ts.map