export declare class CarouselSlideComponent {
    container: boolean;
    width: any;
    height: string;
    left: any;
    top: any;
    margin: any;
}
