import { ActionButton } from "./action-button.types"; export declare class DefaultHelp { label?: string; text?: string; html?: string; } export declare class DefaultHelper { type: "alert" | "warning" | "info" | "success"; text?: string; html?: string; button?: ActionButton; help?: DefaultHelp; }