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