import type { Annotation } from "./Annotation"; export declare class SortableAnnotation implements Annotation { readonly name = "sortable"; readonly byValue: boolean; constructor({ byValue }: { byValue: boolean; }); } //# sourceMappingURL=SortableAnnotation.d.ts.map