/** * 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 OutputDeviceButton(props: Props): React.FunctionComponentElement | null; export {}; //# sourceMappingURL=OutputDeviceButton.d.ts.map