export interface MbtiValues { energy: number; perception: number; judgment: number; lifestyle: number; } interface MbtiFormProps { values: MbtiValues; onChange: (values: MbtiValues) => void; } export declare function MbtiForm({ values, onChange }: MbtiFormProps): import("react").JSX.Element; export {}; //# sourceMappingURL=MbtiForm.d.ts.map