import React from 'react'; import type { IFlexProps } from './types'; export declare const Spacer: (props: any) => JSX.Element; export type { IFlexProps }; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").TypographyProps>> & import("styled-system").PositionProps>> & import("../../../utils/customProps").customBorderProps & import("../../../utils/customProps").customPositionProps & import("../../../utils/customProps").customExtraProps & import("../../../utils/customProps").customOutlineProps & import("../../../utils/customProps").customShadowProps & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customTypographyProps & import("../../../utils/customProps").customBackgroundProps & import("../../../utils/customProps").customTransformProps & import("../../../utils/customProps").customFlexboxProps & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & { style?: import("react-native").ViewStyle | undefined; children?: any; shadow?: number | undefined; _text?: import("..").ITextProps | undefined; } & { direction?: "row" | "inherit" | "initial" | "-moz-initial" | "revert" | "unset" | "column" | "column-reverse" | "row-reverse" | undefined; align?: "center" | "normal" | "flex-start" | "flex-end" | "stretch" | "baseline" | "end" | "start" | "inherit" | "initial" | (string & {}) | "-moz-initial" | "revert" | "unset" | "self-end" | "self-start" | undefined; justify?: "center" | "normal" | "left" | "flex-start" | "space-between" | "flex-end" | "stretch" | "space-around" | "space-evenly" | "right" | "end" | "start" | "inherit" | "initial" | (string & {}) | "-moz-initial" | "revert" | "unset" | undefined; wrap?: "wrap" | "inherit" | "initial" | "-moz-initial" | "revert" | "unset" | "nowrap" | "wrap-reverse" | undefined; basis?: 0 | "auto" | "inherit" | "initial" | (string & {}) | "content" | "-moz-initial" | "revert" | "unset" | "max-content" | "min-content" | "-moz-max-content" | "-moz-min-content" | "-webkit-auto" | undefined; grow?: "inherit" | "initial" | "-moz-initial" | "revert" | "unset" | (number & {}) | undefined; shrink?: "inherit" | "initial" | "-moz-initial" | "revert" | "unset" | (number & {}) | undefined; } & React.RefAttributes>>; export default _default;