/// import { ViewProps } from 'react-native'; declare type AirPlayButtonProps = ViewProps & { activeTintColor?: string; tintColor?: string; style?: React.CSSProperties; }; export declare const AirPlayButton: import("react-native").HostComponent; export {};