/** * If the provided className is a string, it will be returned as is. * Otherwise, the function will call the className function with the state as the first argument. */ export declare function resolveClassName(className: string | ((state: State) => string | undefined) | undefined, state: State): string | undefined; //# sourceMappingURL=resolveClassName.d.ts.map