import * as React from 'react'; import * as SeparatorPrimitive from '@radix-ui/react-separator'; declare const Separator: React.ForwardRefExoticComponent, "ref"> & { orientation?: "horizontal" | "vertical" | undefined; decorative?: boolean | undefined; className?: string | undefined; } & React.RefAttributes>; export { Separator }; //# sourceMappingURL=separator.d.ts.map