/**
 * @license
 * Copyright (c) 2000 - 2024 Vaadin Ltd.
 *
 * This program is available under Vaadin Commercial License and Service Terms.
 *
 *
 * See https://vaadin.com/commercial-license-and-service-terms for the full
 * license.
 */
import type { GridSorter } from '@vaadin/grid/src/vaadin-grid-sorter.js';

/**
 * @deprecated Import `GridSorter` from `@vaadin/grid/vaadin-grid-sorter` instead.
 */
export type GridSorterElement = GridSorter;

/**
 * @deprecated Import `GridSorter` from `@vaadin/grid/vaadin-grid-sorter` instead.
 */
export const GridSorterElement: typeof GridSorter;

export * from '@vaadin/grid/src/vaadin-grid-sorter.js';
