import { ComponentType } from 'react'; import { BorderProps, LayoutProps, ColorProps, FlexboxProps, SpaceProps, PositionProps } from 'styled-system'; declare type RectangleProps = BorderProps & LayoutProps & ColorProps & FlexboxProps & SpaceProps & PositionProps; export declare const mixin: any; export declare const rectangleStylePropNames: string[]; declare const Rectangle: ComponentType; export default Rectangle;