import { BackgroundProps, BorderProps, ColorProps, FlexboxProps, GridProps, LayoutProps, PositionProps, ShadowProps, SpaceProps, TypographyProps, OpacityProps, OverflowProps, TextAlignProps } from "styled-system"; export declare type SystemProps = { cursor?: string; textOverflow?: string; whiteSpace?: string; textTransform?: string; }; export declare type AllSystemProps = SystemProps & BackgroundProps & BorderProps & ColorProps & FlexboxProps & GridProps & LayoutProps & PositionProps & ShadowProps & SpaceProps & OpacityProps & OverflowProps & TextAlignProps & TypographyProps; export declare const allSystemStyle: import("styled-system").styleFn[]; export declare type CommonStyleProps = SystemProps & BorderProps & ColorProps & FlexboxProps & GridProps & LayoutProps & SpaceProps & TypographyProps; export declare const commonStyle: import("styled-system").styleFn[]; export declare type CosmeticProps = SystemProps & BackgroundProps & BorderProps & ColorProps & ShadowProps & OpacityProps; export declare const cosmeticStyle: import("styled-system").styleFn[]; export declare type StructureProps = SystemProps & BorderProps & FlexboxProps & GridProps & LayoutProps & PositionProps & SpaceProps & OverflowProps; export declare const structureStyle: import("styled-system").styleFn[]; export declare type TypographicProps = ColorProps & TextAlignProps & TypographyProps & { textOverflow?: string; whiteSpace?: string; textTransform?: string; }; export declare const typographicStyle: import("styled-system").styleFn[];