/** * This is auto-generated file, don't modify this file manually */ /** * Button style * * `updates` — updates * `default` — default * `primary` — primary * `secondary` — secondary * `negative` — negative * `tertiary` — tertiary * `float_bottom` — float_bottom * `cell_button_centered_icon` — cell_button_centered_icon * `borderless_with_icon` — borderless_with_icon * `gray` — gray * `flat` — flat * `outline_with_chevron` — outline_with_chevron * `inline` — inline * `modal` — modal * `right_button` — right_button * `after_toolbar` — after_toolbar */ export declare type BaseLinkButtonStyle = 'updates' | 'default' | 'primary' | 'secondary' | 'negative' | 'tertiary' | 'float_bottom' | 'cell_button_centered_icon' | 'borderless_with_icon' | 'gray' | 'flat' | 'outline_with_chevron' | 'inline' | 'modal' | 'right_button' | 'after_toolbar';