export declare const classNames: (cls: T, prefix: string) => { [K in keyof T]: { name: string; class: string; id: string; }; };