import { Theme } from '@leafygreen-ui/lib'; export declare const Side: { readonly Top: "top"; readonly Left: "left"; readonly Right: "right"; readonly Bottom: "bottom"; }; export type Side = (typeof Side)[keyof typeof Side]; export declare const addOverflowShadow: ({ isInside, side, theme, }: { isInside: boolean; side: Side; theme: Theme; }) => string; //# sourceMappingURL=addOverflowShadow.d.ts.map