import { TextInputProps } from '@workday/canvas-kit-react/text-input';
export type GoToTextInputProps = TextInputProps & {
    'aria-label': string;
    value?: string | number;
};
export declare const GoToTextInput: import("@workday/canvas-kit-react/common").ElementComponent<"input", TextInputProps & {
    'aria-label': string;
    value?: string | number | undefined;
}>;
//# sourceMappingURL=TextInput.d.ts.map