type ClassListType = Record; export declare function getClassName(classList: ClassListType): string; export {};