import * as React from "react";
import type { Props } from "./types";
declare const Separator: ({ align, sideOffset, spaceAfter, type, color, }: Props) => React.JSX.Element;
export default Separator;
