declare function useAlignPostion(align: string, rel: any): { left: any; top: any; } | undefined; export default useAlignPostion;