import type { OmitInternalProps } from '@toptal/picasso-shared' import type { Props } from './FormWarning' export { default as FormWarning } from './FormWarning' export type FormWarningProps = OmitInternalProps