interface Props { children?: import('svelte').Snippet; class?: string; as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'; } declare const CardTitle: import("svelte").Component; type CardTitle = ReturnType; export default CardTitle;