import { VariantProps } from 'class-variance-authority'; import { HTMLAttributes } from 'react'; declare const separatorVariants: (props?: ({ size?: "4p" | "16p" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export type SeparatorV2Props = HTMLAttributes & VariantProps; declare const SeparatorV2: ({ size, className, ...otherProps }: SeparatorV2Props) => import("react/jsx-runtime").JSX.Element; export { SeparatorV2 };