import type { ClassValue } from 'clsx';
export declare function cn(...inputs: ClassValue[]): string;
export declare function scrollToHash({ hash, }: {
    hash: string;
    offset?: number;
    container?: HTMLElement;
}): void;
