export declare const checkboxCSSVarsNames: Record<"border" | "background" | "checkmarkColor" | "shadowHover" | "switcherShadow" | "switcherControlBackground" | "switcherControlShadow" | "switcherOnBackground" | "switcherOffBackground", import("lit").CSSResultOrNative>;
export declare const checkboxStyles: import("lit").CSSResult;
