import type { PropsFor, SimpleStyleFunction } from "../style/index.js"; declare const boxShadow: SimpleStyleFunction<'boxShadow'>; export type ShadowsProps = PropsFor; export default boxShadow;