import { PropsFor, shadows } from '../Box';

export type ShadowsProps = PropsFor<typeof shadows>;
