import ClassNames from '../../Config/ClassNames'; import State from '../../State/State'; declare const body: (state: State, classNames: ClassNames) => string; export default body;