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