import IClassNames from './Interfaces/IClassNames'; declare class ClassNames implements IClassNames { root: string; rootOpen: string; rootOpenAbove: string; rootOpenBelow: string; rootDisabled: string; rootInvalid: string; rootFocused: string; rootHasValue: string; rootNative: string; gradientTop: string; gradientBottom: string; head: string; value: string; arrow: string; select: string; body: string; bodyScrollable: string; bodyAtTop: string; bodyAtBottom: string; itemsList: string; group: string; groupDisabled: string; groupHasLabel: string; groupLabel: string; option: string; optionDisabled: string; optionFocused: string; optionSelected: string; constructor(); } export default ClassNames;