import React from 'react'; import type { ComponentTheme } from '../theme'; export default function

(Component: React.ComponentType

, componentTheme?: ComponentTheme): React.ForwardRefExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").PositionProps>> & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & import("styled-system").MarginProps>> & import("styled-system").PaddingProps>> & import("styled-system").BackgroundColorProps>, string | number | symbol> & import("styled-system").FlexboxProps>> & import("../utils/customProps").customBackgroundProps & import("../utils/customProps").customBorderProps & import("../utils/customProps").customExtraProps & import("../utils/customProps").customFlexboxProps & import("../utils/customProps").customLayoutProps & import("../utils/customProps").customOutlineProps & import("../utils/customProps").customPositionProps & import("../utils/customProps").customShadowProps & import("../utils/customProps").customTransformProps & import("../utils/customProps").customTransitionProps & import("../utils/customProps").customTypographyProps & { children?: string | JSX.Element | JSX.Element[] | undefined; }> & React.RefAttributes>;