import { ObservableMap } from '@stencil/store';
import { StickyFooterStoreState } from '../sl-sticky-footer-store';
export declare class SlStickyFooterCart {
    private disconnectHeightObserver;
    el: HTMLSlStickyFooterCartElement;
    caption: string;
    variation: boolean;
    store: ObservableMap<StickyFooterStoreState>;
    constructor();
    storeReady: () => void;
    componentDidLoad(): void;
    disconnectedCallback(): void;
    private setCollapseCart;
    private renderDefault;
    private renderVariation;
    render(): any;
}
