import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const paperRoot: import("@vanilla-extract/recipes").RuntimeFn<{ borderRadius: Record<2 | 4 | 12 | 6 | 8 | "full", string>; boxShadow: Record<"small" | "none" | "medium" | "large" | "xsmall" | "outlineSubtle", string>; }>; export type PaperRootVariants = RecipeVariants; //# sourceMappingURL=Paper.css.d.ts.map