/** * Copyright (c) Double Symmetry GmbH * Commercial use requires a license. See https://rntp.dev/pricing */ import React from 'react'; import { type ViewProps } from 'react-native'; type Props = ViewProps & { tintColor?: string; }; export declare function CastButton(props: Props): React.CElement & import("react-native").ReactNativeElement> | null; export {}; //# sourceMappingURL=CastButton.d.ts.map