type InputCaptionProps = { disabled?: boolean; error?: boolean; css?: any; }; declare const _default: string & import("styled-components").StyledComponentBase<"span", import("styled-components").DefaultTheme, { variant?: "body" | "label" | "title" | "display" | "inherit" | "titleLarge" | "titleSmall" | "bodyLarge" | "bodySmall" | "labelLarge" | "labelSmall" | "callout" | undefined; noWrap?: boolean | undefined; } & import("styled-system").TypographyProps>> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").PositionProps>> & import("../styles/system").ColorProps & import("../styles/system").TextTransformProps & import("../styles/system").VisibilityProps & import("../styles/system").CursorProps & import("styled-system").FlexGrowProps>> & import("styled-system").FlexShrinkProps>> & import("styled-system").FlexBasisProps>, import("csstype").Property.FlexBasis> & import("styled-system").AlignSelfProps>> & import("styled-system").JustifySelfProps>> & { variant: string; color: "text.secondary"; as: string; } & InputCaptionProps, "color" | "as" | "variant"> & import("hoist-non-react-statics").NonReactStatics & { hiName: string; }; export default _default;