import React from "react"; import { Separator as BaseSeparator } from "../../unstyledPrimitives"; export interface OverlaySeparatorProps extends Omit, "className"> { readonly className?: string; } export declare const OverlaySeparator: React.ForwardRefExoticComponent>;