import type { KottiField } from './types'; declare class DisabledSetValueCalledError extends Error { constructor(props: KottiField.PropsInternal); } declare class FormKeyNotFoundError extends Error { constructor(props: KottiField.PropsInternal); } declare class ImplicitFormKeyNoneError extends Error { constructor(props: KottiField.PropsInternal); } declare class InvalidPropOutsideOfContextError extends Error { constructor(props: KottiField.PropsInternal, propName: keyof KottiField.PropsInternal); } export declare const ktFieldErrors: { DisabledSetValueCalledError: typeof DisabledSetValueCalledError; FormKeyNotFoundError: typeof FormKeyNotFoundError; ImplicitFormKeyNoneError: typeof ImplicitFormKeyNoneError; InvalidPropOutsideOfContextError: typeof InvalidPropOutsideOfContextError; }; export {};