import { Story } from '@storybook/react'; import { HackathonCardProps } from './HackathonCard'; declare const _default: { title: string; component: ({ name, tagline, slug, online, location, runsFrom, rating, links, application, onApplyNowClick, }: HackathonCardProps) => JSX.Element; }; export default _default; export declare const HackathonCardBlock: Story;