export interface SkyConfirmCloseEventArgs {
    /**
     * The identifier for the button that users selected to close the dialog.
     */
    action: string;
}
