/// import { DividerProps } from "./types"; declare function Divider({ as, style, css, direction, color, size, spacing, isFirstItem, indentContent, ...restProps }: DividerProps): JSX.Element; export default Divider;