import * as react_jsx_runtime from 'react/jsx-runtime'; import * as class_variance_authority_types from 'class-variance-authority/types'; import * as React from 'react'; import { VariantProps } from 'class-variance-authority'; declare const markerVariants: (props?: ({ variant?: "default" | "separator" | "border" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; declare function Marker({ className, variant, asChild, ...props }: React.ComponentProps<"div"> & VariantProps & { asChild?: boolean; }): react_jsx_runtime.JSX.Element; declare function MarkerIcon({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element; declare function MarkerContent({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element; export { Marker, MarkerContent, MarkerIcon, markerVariants };