import { PropsFor, shadows } from "../Box/index.js";
export type ShadowsProps = PropsFor<typeof shadows>;
export default shadows;