/** * * COPIED FROM @theme-ui/css UNTIL EXPORTS ARE MERGED + PUBLISHED */ export declare const aliases: { bg: string; m: string; mt: string; mr: string; mb: string; ml: string; mx: string; my: string; p: string; pt: string; pr: string; pb: string; pl: string; px: string; py: string; }; export declare const positiveOrNegative: (scale: object, value: string | number) => any; export declare const scales: { color: string; backgroundColor: string; borderColor: string; margin: string; marginTop: string; marginRight: string; marginBottom: string; marginLeft: string; marginX: string; marginY: string; padding: string; paddingTop: string; paddingRight: string; paddingBottom: string; paddingLeft: string; paddingX: string; paddingY: string; top: string; right: string; bottom: string; left: string; gridGap: string; gridColumnGap: string; gridRowGap: string; gap: string; columnGap: string; rowGap: string; fontFamily: string; fontSize: string; fontWeight: string; lineHeight: string; letterSpacing: string; border: string; borderTop: string; borderRight: string; borderBottom: string; borderLeft: string; borderWidth: string; borderStyle: string; borderRadius: string; borderTopRightRadius: string; borderTopLeftRadius: string; borderBottomRightRadius: string; borderBottomLeftRadius: string; borderTopWidth: string; borderTopColor: string; borderTopStyle: string; borderBottomWidth: string; borderBottomColor: string; borderBottomStyle: string; borderLeftWidth: string; borderLeftColor: string; borderLeftStyle: string; borderRightWidth: string; borderRightColor: string; borderRightStyle: string; outlineColor: string; boxShadow: string; textShadow: string; zIndex: string; width: string; minWidth: string; maxWidth: string; height: string; minHeight: string; maxHeight: string; flexBasis: string; size: string; fill: string; stroke: string; };