export declare const get: (obj: any, key: any, def?: any, p?: any, undef?: any) => any; export declare const responsive: (styles: any) => (theme: any) => {}; export declare const css: (args: any) => (props?: any) => {}; export declare const cssProps: { 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; 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; alignContent: string; alignItems: string; alignSelf: string; aspectRatio: string; backfaceVisibility: string; decomposedMatrix: string; direction: string; display: string; elevation: string; flex: string; flexDirection: string; flexGrow: string; flexShrink: string; flexWrap: string; fontStyle: string; fontVariant: string; includeFontPadding: string; justifyContent: string; marginHorizontal: string; marginVertical: string; opacity: string; overflow: string; overflowY: string; overlayColor: string; paddingHorizontal: string; paddingVertical: string; position: string; resizeMode: string; rotation: string; scaleX: string; scaleY: string; shadowColor: string; shadowOffset: string; shadowOpacity: string; shadowRadius: string; textAlign: string; textAlignVertical: string; textDecorationColor: string; textDecorationLine: string; textDecorationStyle: string; textShadowColor: string; textShadowOffset: string; textShadowRadius: string; tintColor: string; transform: string; transformMatrix: string; translateX: string; translateY: string; writingDirection: string; background: string; }; export default css;