import type { NeoCardProps } from './neo-card.model.js';
declare const NeoCard: import("svelte").Component<NeoCardProps, {}, "ref" | "hovered" | "focused">;
type NeoCard = ReturnType<typeof NeoCard>;
export default NeoCard;
