import type { HtmlIngredientProps } from '../types.js';
export interface FieldErrorTextProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const FieldErrorText: import("svelte").Component;
type FieldErrorText = ReturnType;
export default FieldErrorText;