export function useFormContext(): any; export function FormProvider({ fontFamily, children, selectIcon }: { fontFamily?: string; children: any; selectIcon: any; }): React.JSX.Element; import React from 'react'; //# sourceMappingURL=FormProvider.d.ts.map