import type { SANDOLL_CategoryType, SANDOLL_CategoryIconType, SANDOLL_SortOptionType } from './types'; export declare const SANDOLL_SORT_OPTIONS: SANDOLL_SortOptionType[]; export declare const SANDOLL_DEFAULT_SORT: { text: string; value: SANDOLL_SortOptionType; }; export declare const SANDOLL_SORT_OPTION_KEY_MAP: Record; export declare const SANDOLL_CATEGORIES: SANDOLL_CategoryType[]; export declare const SANDOLL_CATEGORY_ICONS: SANDOLL_CategoryIconType;