import type * as CSS from 'csstype'; export interface customShadowProps { /** * The `box-shadow` property */ shadow?: CSS.Property.BoxShadow | number; } export declare const customShadow: import("styled-system").styleFn;