declare const glassMaterialPrimitives: { 'background-color': string; 'backdrop-filter': string; border: string; }; declare const GlassMaterial: import("node_modules/@stitches/react/types/styled-component").StyledComponent<"div", { border?: boolean | "true" | "false" | undefined; }, { xs: "(min-width: 480px)"; sm: "(min-width: 640px)"; md: "(min-width: 768px)"; lg: "(min-width: 1024px)"; xl: "(min-width: 1280px)"; }, import("node_modules/@stitches/react/types/css-util").CSS<{ xs: "(min-width: 480px)"; sm: "(min-width: 640px)"; md: "(min-width: 768px)"; lg: "(min-width: 1024px)"; xl: "(min-width: 1280px)"; }, {}, import("node_modules/@stitches/react/types/config").DefaultThemeMap, {}>>; export { GlassMaterial, glassMaterialPrimitives };