import { ComponentProps } from 'react';
/**
 * Text to be displayed over a Separator
 */
export declare const SeparatorText: ({ className, children, ...props }: ComponentProps<"div">) => import("react").JSX.Element;
