import * as React from "react"; import { BoxProps } from "../Box"; declare const Divider: React.FC; export default Divider;