import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface UserQuestions { theme?: string; role?: string; projectFor?: string; usedHeadless?: string; numberOfPeople?: string; framework?: string; hearAboutUs?: string; } export declare const UserQuestionsSchema: ObjectSchema;