import { type HTMLAttributes } from "react"; export interface DividerProps extends HTMLAttributes { text?: string; subtle?: boolean; } export declare const Divider: import("react").ForwardRefExoticComponent>;