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