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