import { FC, PropsWithChildren } from "react"; /** * A horizontal divider line that can hold text vertically centered on top of the line. */ declare const DividerWithText: FC; export default DividerWithText;