export type SortIconsProps = { type: "asc" | "desc" | false; }; export declare function SortIcon({ type }: SortIconsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SortIcon.d.ts.map