type Shadows = Record<'none' | string, 'none' | string>; declare const shadows: Shadows; export default shadows;