import { InnerWrapperProps } from '../../types'; export declare const InnerWrapper: import("styled-components").StyledComponent<"div", any, InnerWrapperProps & import("@medly-components/utils").WithThemeProp & import("@medly-components/utils").Omit, "theme" | "textVariant" | "outlined" | "fusion" | "filled" | keyof InnerWrapperProps>;