import { SbbActionBaseElement } from '../../core.ts'; declare const SbbTeaserProductStaticElement_base: import('../../core.ts').AbstractConstructor & typeof SbbActionBaseElement; /** * Displays a text and a footnote, combined with an image, to tease a product. * * @slot - Use this slot to provide the main content. * @slot image - Use this slot to provide an image or a `sbb-image` as a background. * @slot footnote - Use this slot to provide a footnote. * @cssprop [--sbb-teaser-product-background-gradient-start=25%] - At which percentage the background should start getting transparent. * @cssprop [--sbb-teaser-product-background-gradient-end=75%] - At which percentage the background should be fully transparent. */ export declare class SbbTeaserProductStaticElement extends SbbTeaserProductStaticElement_base { static readonly elementName: string; } declare global { interface HTMLElementTagNameMap { 'sbb-teaser-product-static': SbbTeaserProductStaticElement; } } export {}; //# sourceMappingURL=teaser-product-static.component.d.ts.map