export declare const outlineVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"outline", false | "boxShadow" | "outline"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const widthStates: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const beakBorderStates: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const beakVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"beak", string | number | false> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const beakSize: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "sml" | "lrg"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const patternVariantStyles: { [k: string]: {}; }; export declare const beakBoxVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "center" | "above" | "below"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject;