import { Divider } from '../divider/divider'; export declare class CardDivider extends Divider { static styles: import("lit").CSSResult[]; static get properties(): { slot: { attribute: boolean; type: StringConstructor; reflect: boolean; }; marginY: { type: StringConstructor; attribute: string; }; }; slot: string; static define(): void; constructor(); } declare global { interface HTMLElementTagNameMap { 'm-card-divider': CardDivider; } }