export declare const borderStyles: { readonly border: 1; }; export declare const popoverPrimaryBgColor = "background"; /** * For the Popover + Tooltip style files: * * 'above' + 'below' map to position, 'top' + 'bottom' map to beak alignment * variants for both follow this formula: `position`-`beakPosition` * Popovers additionally will have `-sml` added to the end of this string if they are the `secondary` variant * */ export declare const transformValues: { right: string; left: string; above: string; below: string; center: string; }; export declare const popoverStates: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const raisedDivVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "primary" | "secondary"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject;