/// <reference types="react" />
export declare const Button: ({ showPending, disabled, ...props }: any) => JSX.Element;
