import { type StyledProps } from "../StyledProps"; export interface DividerProps extends StyledProps, React.HTMLAttributes { secondary?: boolean; } declare const Divider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLHRElement>, DividerProps>> & string; export default Divider;