import * as SeparatorPrimitive from "@radix-ui/react-separator"; import React, { ComponentPropsWithoutRef } from "react"; export type SeparatorProps = Pick, "className" | "orientation" | "decorative">; /** * Visually or semantically separates content. */ export declare const Separator: React.ForwardRefExoticComponent>; //# sourceMappingURL=Separator.d.ts.map