import React from "react"; import type { BoxProps, BoxShadowProps } from "../../../dom/types"; import type { SkiaProps } from "../../processors"; export declare const BoxShadow: (props: SkiaProps) => React.JSX.Element; export declare const Box: (props: SkiaProps) => React.JSX.Element;