import * as react from 'react'; import * as tailwind_variants from 'tailwind-variants'; import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js'; declare const SeparatorStyles: tailwind_variants.TVReturnType<{ orientation: { horizontal: string; vertical: string; }; }, undefined, string[], tailwind_variants_dist_config_js.TVConfig<{ orientation: { horizontal: string; vertical: string; }; }, { orientation: { horizontal: string; vertical: string; }; }>, { orientation: { horizontal: string; vertical: string; }; }, undefined, tailwind_variants.TVReturnType<{ orientation: { horizontal: string; vertical: string; }; }, undefined, string[], tailwind_variants_dist_config_js.TVConfig<{ orientation: { horizontal: string; vertical: string; }; }, { orientation: { horizontal: string; vertical: string; }; }>, unknown, unknown, undefined>>; type SeparatorProps = { orientation?: "horizontal" | "vertical"; decorative?: boolean; } & React.ComponentPropsWithoutRef<"div">; declare const Separator: react.ForwardRefExoticComponent<{ orientation?: "horizontal" | "vertical" | undefined; decorative?: boolean | undefined; } & Omit, HTMLDivElement>, "ref"> & react.RefAttributes>; export { Separator, SeparatorProps, SeparatorStyles };