export declare class GQLReactAdminSort {
    field: string;
    order: string;
}
