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