import { BorderRadiusProps, LayoutProps, SpaceProps } from 'styled-system'; export interface PlaceholderProps extends SpaceProps, LayoutProps, BorderRadiusProps { } declare const Placeholder: import("styled-components").StyledComponent<"div", any, PlaceholderProps, never>; export default Placeholder;