export declare const dialogCSSVarNames: Record<"color" | "height" | "width" | "radius" | "boxshadow" | "overlapIndex" | "overlapBackground" | "overlapMaxHeight" | "minHeight" | "backgroundColor" | "headerPadding" | "headerBackgroundColor" | "headerColor" | "mainPadding" | "footerPadding" | "iconColor" | "zIndex", import("lit").CSSResultOrNative>;
export declare const DIALOG_STYLES: import("lit").CSSResult;
