import React from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; import type { Theme } from '../../types'; export declare const testId = "panel"; type Props = React.ComponentPropsWithRef & { background?: 'material' | 'canvas' | 'materialDark'; children?: React.ReactNode; elevation?: number; invert?: boolean; radius?: number; style?: StyleProp; theme: Theme; variant?: 'default' | 'well' | 'raised' | 'clear' | 'cutout'; }; declare const _default: React.ComponentType | "invert" | "radius" | "background"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ background, children, elevation, invert, radius, style, theme, variant, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Panel.d.ts.map