/**
 * @deprecated Use `import { Label } from '@atlaskit/form/label/default'` instead.
 */
export { Label } from '../label';
/**
 * @deprecated Use `import { Legend } from '@atlaskit/form/legend'` instead.
 */
export { Legend } from '../legend';
/**
 * @deprecated Use `import type { LabelProps } from '@atlaskit/form/label/default'` instead.
 */
export type { LabelProps } from '../label';
/**
 * @deprecated Use `import type { LegendProps } from '@atlaskit/form/legend'` instead.
 */
export type { LegendProps } from '../legend';
