/// import type { SortInstructionProps } from './SortInstruction.types.js'; /** * Provides a column dropdown, asc/desc toggle, and delete button for editing a table sort. */ export declare const SortInstruction: React.FC;