import { type ComponentPropsWithRef, type PropsWithChildren } from "react"; import type { ColorScheme, Props, StyledConfiguration, StyledOptions, StyledProps } from "react-native-css"; import type { ReactComponent } from "../runtime.types"; export declare const styled: >(baseComponent: C, mapping?: M, _options?: StyledOptions) => (props: StyledProps, M>) => import("react").ReactElement>; export declare const useCssElement: (component: C, incomingProps: Props, mapping: StyledConfiguration) => import("react").ReactElement>; export declare const colorScheme: ColorScheme; /** * @deprecated Use `` instead. */ export declare function vars(variables: Record): Record; export declare function VariableContextProvider(props: PropsWithChildren<{ value: Record<`--${string}`, string | number>; }>): import("react/jsx-runtime").JSX.Element; export declare const useNativeVariable: () => never; export declare const useUnstableNativeVariable: () => never; //# sourceMappingURL=api.d.ts.map