import { LitElement } from 'lit';
/**
 * @slot - Hosts kor-switch-items.
 */
export declare class korSwitch extends LitElement {
    static get styles(): import("lit").CSSResultGroup[];
    render(): import("lit-html").TemplateResult<1>;
    attributeChangedCallback(name: string, oldval: string, newval: string): void;
}
