import React from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; import type { Theme } from '../../types'; type Props = React.ComponentPropsWithRef & { children?: React.ReactNode; style?: StyleProp; screenStyle?: StyleProp; theme: Theme; }; declare const _default: React.ComponentType | "screenStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ children, style, screenStyle, theme, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Desktop.d.ts.map