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