import type { ReactNode } from "react";
export declare function generateValidHtmlId(params: {
    text: ReactNode;
    fallback?: string | number;
}): string;
