import { SelectValueType } from '../types'; export declare const doesSelectionExist: (selection?: SelectValueType | null) => boolean; //# sourceMappingURL=doesSelectionExist.d.ts.map