import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as SeparatorPrimitive from "@radix-ui/react-separator"; //#region src/react/ui/separator.d.ts /** Visual divider line between content sections */ declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Separator }; //# sourceMappingURL=separator.d.ts.map