type $$ComponentProps = { error?: string; hint?: string; required?: boolean; }; declare const FormGroupInput: import("svelte").Component<$$ComponentProps, {}, "">; type FormGroupInput = ReturnType; export default FormGroupInput; //# sourceMappingURL=form-group-input.fixture.svelte.d.ts.map