import { SelectionState } from '../types';

export declare const useSelectionState: () => {
    selectionState: SelectionState;
    setSelectionState: import('react').Dispatch<import('react').SetStateAction<SelectionState>>;
    clearSelection: () => void;
    selectImage: (index: number | null) => void;
    selectTextBox: (index: number | null) => void;
};
//# sourceMappingURL=use-selection-state.d.ts.map