import type { OmitInternalProps } from '@toptal/picasso-shared'; import type { Props } from './FormField'; export { default as FormField } from './FormField'; export type FormFieldProps = OmitInternalProps; //# sourceMappingURL=index.d.ts.map