/** * Check whether the button is a standard button * @param button Button name */ export declare function isStandardButton(button: string): boolean;