/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { ITextFieldProps } from '@msrvida/fluentui-react-cdn-typings/types'; export declare function TextField(props: ITextFieldProps): JSX.Element;