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