import { SlotComponent } from '../../type-utils/slot-types'; import { FieldErrorsMessageSlotProps, FieldErrorsRootSlotProps } from './field-errors.types'; export declare const FieldErrorsRoot: SlotComponent; export declare const FieldErrorsMessage: SlotComponent;