import HeaderObject from "../../types/HeaderObject"; import { HeaderRenderContext } from "./types"; export declare const createSortIcon: (header: HeaderObject, context: HeaderRenderContext) => HTMLElement | null;