import React from 'react'; import { GenericComponentType } from '../../types'; export type IBoxComponentType = GenericComponentType; export declare const Box: IBoxComponentType, unknown, import("react-native").ViewProps, "Box">>>;