export declare const getBoxShadow: (inViewTop: boolean, inViewBottom: boolean) => "none" | "top" | "bottom" | "top-bottom";