import React from "react"; import type { SpanSelectEvent } from "./types"; export declare const SelectBox: React.FC<{ makeClassName?: (selectState: SpanSelectEvent) => string; makeStyle?: (selectState: SpanSelectEvent) => React.CSSProperties | undefined; }>; //# sourceMappingURL=SelectBox.d.ts.map