import * as React from "react"; import * as SeparatorPrimitive from "@radix-ui/react-separator"; export declare const Separator: ({ className, orientation, decorative, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=separator.d.ts.map