type $$ComponentProps = { onagechange?: (value: number | null) => void; ondateschange?: (value: { startDate: string; endDate: string; }) => void; ontextchange?: (value: string) => void; showDateRange?: boolean; }; declare const FormExtractionValues: import("svelte").Component<$$ComponentProps, {}, "">; type FormExtractionValues = ReturnType; export default FormExtractionValues; //# sourceMappingURL=form-extraction-values.fixture.svelte.d.ts.map