import type * as CSS from 'csstype'; export interface ShadowProps { /** * The `box-shadow` property */ shadow?: CSS.Property.BoxShadow | number; }