interface Props { title?: string; description?: string; href?: string; ctaLabel?: string; accent?: string; } declare const DemoBlogCard: import("svelte").Component; type DemoBlogCard = ReturnType; export default DemoBlogCard;