import type { FillAction } from './utils/FillAction';
declare const testInputValueReflection: <ElementType extends {
    _value?: unknown;
} & (HTMLElement | SVGElement)>(componentName: string, testValue?: unknown, fillAction?: FillAction, additionalProperties?: string, equalityCheck?: "toBe" | "toEqual") => void;
export { testInputValueReflection };
