import React from 'react'; import { BorderProps, LayoutProps, SpaceProps } from 'styled-system'; /** * A loading container that will show an animated block instead of a blank space. */ declare const LoadingPlaceholder: import("styled-components").StyledComponent<"div", any, LayoutProps>> & BorderProps>, import("csstype").Property.Border> & SpaceProps>, string | number | symbol> & React.HTMLProps, never>; /** @component */ export default LoadingPlaceholder;