import { ChildProperty } from '@syncfusion/ej2-base'; /** * Defines the ribbon backstage back button. */ export declare class BackstageBackButton extends ChildProperty { /** * Specifies the text for backstage back button. * * @default '' */ text: string; /** * Specifies the icon css class for backstage back button. * * @default '' */ iconCss: string; /** * Specifies whether to show the backstage back button or not. * * @default true */ visible: boolean; }