import type { ComponentPropsWithRef, ComponentRef } from 'react';
export type FormControlCarcassLabelRef = ComponentRef<'span'>;
export type FormControlCarcassLabelProps = ComponentPropsWithRef<'span'>;
