/** * Copyright (c) Double Symmetry GmbH * Commercial use requires a license. See https://rntp.dev/pricing */ import type { ViewProps } from 'react-native'; type Props = ViewProps & { tintColor?: string; }; /** Web stub — Chromecast is not available on web. Renders nothing. */ export declare function CastButton(_props: Props): null; export {}; //# sourceMappingURL=CastButton.web.d.ts.map