import React from 'react'; import { BorderProps, DisplayProps, FlexProps, LayoutProps, ShadowProps, SpaceProps } from 'styled-system'; /** * An horizontal line. Control the color and size using border properties. */ declare const StyledHr: import("styled-components").StyledComponent<"hr", any, SpaceProps>, string | number | symbol> & FlexProps>, import("csstype").Property.Flex> & LayoutProps>> & ShadowProps>> & BorderProps>, import("csstype").Property.Border> & DisplayProps>> & React.HTMLProps, never>; /** @component */ export default StyledHr;