/** * `Ellipsis` is used to show that an action is in progress. * It can be used with text to represent loading of data.
*/ declare const Ellipsis: import("styled-components").StyledComponent<"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>>, never>; export default Ellipsis;