declare const Waitlist: import("svelte").Component<WaitlistProps, {}, "">;
type Waitlist = ReturnType<typeof Waitlist>;
export default Waitlist;
