import { Base, IEnumerable$1, Type } from "igniteui-react-core"; import { ISupportPositioning } from "./ISupportPositioning"; /** * @hidden */ export declare class PositionOrderHelper_EmptySortPosition$1 extends Base implements ISupportPositioning { static $t: Type; protected $tChild: Type; constructor($tChild: Type); get after(): IEnumerable$1; get before(): IEnumerable$1; get key(): string; }