export declare type ShadowProp = keyof { none: 'none'; inner: 'inner'; xs: 'xs'; sm: 'sm'; md: 'md'; lg: 'lg'; xl: 'xl'; '2xl': '2xl'; };