import type { MsgPropType, Stringified } from '../schema';
declare const testInputMessage: <ElementType extends {
    _msg?: Stringified<MsgPropType>;
    _touched?: boolean;
} & HTMLElement>(componentName: string) => void;
export { testInputMessage };
