import type { IconSource } from '@steeze-ui/svelte-icon'; import type { FeedItemStatus } from './types.js'; export declare function toPascalCase(text: string): string; export declare function resolveIcon(icon?: IconSource | string | undefined): Promise; export declare function getCountryName(code: string): string | undefined; export declare function getStatusType(status: string): FeedItemStatus;