import type { ButtonElement, ButtonElementProps } from '../renderer/inSim'; import type { WithPartial } from '../types'; export type ButtonProps = WithPartial, 'top' | 'left' | 'width' | 'height' | 'UCID' | 'align' | 'isDisabled' | 'initializeDialogWithButtonText' | 'caption' | 'maxTypeInChars' | 'isAlwaysOnScreen'>; export declare const Button: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;