/// <reference types="react" />
interface Props {
    id: string;
    value: string;
}
export declare function HiddenText({ id, value }: Props): JSX.Element;
export {};
