import { LitElement, type TemplateResult } from 'lit'; /** * A **switch** toggles the state of a setting (between on and off). Switches and * checkboxes can often be used interchangeably, but the switch provides a more * explicit, visible representation on a setting. * @alias Switch * @fires {Event} change - Fires when the switch selection changes. */ export declare class PfSwitch extends LitElement { #private; static readonly styles: CSSStyleSheet[]; static readonly formAssociated = true; shadowRoot: ShadowRoot; /** @deprecated use `accessible-label` instead */ label?: string; /** * Accessible label for the switch when there is no associated `