import { TSelect } from "../../state/types-defaults";
export declare const useDirectionDisabled: (select: TSelect) => boolean;
