type IProps = { height?: string; width?: string; round?: boolean; delay?: string; margin?: string; }; export declare const loadingAnimation: import("styled-components").Keyframes; declare const LoadingBubble: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IProps, never>; export default LoadingBubble;