export declare function Separator({ orientation, decorative, className }: { orientation: "horizontal" | "vertical"; decorative?: boolean; className?: string; }): import("react").JSX.Element;