import React from 'react'; import { SharedButtonProps, DOMProps } from 'web-platform-alpha'; import './TextField-Button.css'; export declare type TextFieldButtonProps = SharedButtonProps & DOMProps; export declare const TextFieldButton: React.ForwardRefExoticComponent & DOMProps & React.RefAttributes>;