import { ComponentProps } from 'react';
export declare const SeparatorText: ({ className, children, ...props }: ComponentProps<"div">) => import("react").JSX.Element;
