/** * Get style classname * * This will return 2 classnames, 1 has hash which have styles and * another just the classname for customization purpose */ export declare function ss(className: string): string[];