import React, { PropsWithChildren } from 'react'; import { View, ViewProps } from 'react-native'; import { BaseProps } from '../../@types/base'; export type BoxProps = PropsWithChildren>; export declare const Box: React.ForwardRefExoticComponent> & { sx?: import("../..").SxProps; style?: import("react-native").StyleProp | import("react-native").StyleProp; } & Omit & { children?: React.ReactNode | undefined; } & React.RefAttributes>; //# sourceMappingURL=Box.d.ts.map