import { CSSResultArray, PropertyValues } from 'lit'; import { LuzmoElement } from '../../utils/base'; declare const LuzmoOptionsDivider_base: typeof LuzmoElement & { new (...args: any[]): import("../..").SizedElementInterface; prototype: import("../..").SizedElementInterface; }; /** * @element luzmo-options-divider */ export declare class LuzmoOptionsDivider extends LuzmoOptionsDivider_base { static get styles(): CSSResultArray; protected firstUpdated(changed: PropertyValues): void; } export {};