import React from 'react'; import { IStylableProps } from '../Generic.types'; export declare enum ButtonType { /** A primary action for the current context. */ primary = "primary", /** Secondary actions. */ secondary = "secondary", /** Subtle actions that should not block flow. */ subtle = "subtle", /** Used to indicate finishing a wizard or set of steps. */ finish = "finish", /** Indicates a destructive action. */ danger = "danger", /** * A button with a transparent background and border. Useful for icons. */ transparent = "transparent" } export declare enum ButtonMode { /** Render as a regular