import { EventEmitter } from '../../stencil-public-runtime';
export declare class SlExpansionCard {
    expandLabel: string;
    collapseLabel: string;
    cardTitle: string;
    iconName: string;
    active: boolean;
    expanded: boolean;
    iconBackgroundColor: string;
    iconColor: string;
    titleIconBackgroundColor: string;
    titleIconColor: string;
    cardExpandedEvent: EventEmitter;
    onActiveChange(): void;
    componentWillLoad(): void;
    private onCardDisplayChanged;
    render(): any;
}
