import React from 'react' import { shadows, SPACING_4 } from '@toptal/picasso-utils' import { Container, Typography } from '@toptal/picasso' const Example = () => ( Use the shadow just directly from Picasso. For example, I have a box-shadow like a tooltip ) export default Example