import { ObservableMap } from '@stencil/store';
import { StickyFooterStoreState } from '../sl-sticky-footer-store';
export declare class SlStickyFooterAmounts {
    el: HTMLSlStickyFooterAmountsElement;
    labelLeft: string;
    amountLeft: string;
    labelRight: string;
    amountRight: string;
    vatLabel: string;
    variation: boolean;
    store: ObservableMap<StickyFooterStoreState>;
    constructor();
    storeReady: () => void;
    private renderDefault;
    private renderVariation;
    render(): any;
}
