import type { SuggestionCardProps } from './types.js';
declare const SuggestionCard: import("svelte").Component<SuggestionCardProps, {}, "">;
type SuggestionCard = ReturnType<typeof SuggestionCard>;
export default SuggestionCard;
//# sourceMappingURL=SuggestionCard.svelte.d.ts.map