import { LitElement } from 'lit'; /** * Text Styling Component * * @slot start-text - Slot to set the first text * @slot end-text - Slot to set the end text */ export declare class Split extends LitElement { static styles: import("lit").CSSResult; constructor(); render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'iff-split': Split; } } //# sourceMappingURL=SplitAnim.d.ts.map