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