import { space, SpaceProps } from "./space"; import { typography, TypographyProps } from "./typography"; import { layout, LayoutProps } from "./layout"; import { color, ColorProps } from "./color"; import { flex, FlexProps } from "./flex"; import { border, BorderProps } from "./border"; import { position, PositionProps } from "./position"; import { ShadowProps } from "./shadow"; import { compose, StyledProps } from "./compose"; import { ResponsiveStyle } from "./types"; import { PseudoProps } from "./pseudo"; export { StyledKeyType, isStyledProp } from "./keys"; export declare const all: import("./compose").StyleFunction; export { compose, space, typography, layout, color, flex, border, position }; export type { SpaceProps, TypographyProps, LayoutProps, ColorProps, FlexProps, BorderProps, PositionProps, ShadowProps, }; export type { StyledProps, ResponsiveStyle, PseudoProps };