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