import { OnInit } from '@angular/core';
export declare class Container implements OnInit {
    /**
     * Sets the container type. Set to `fluid` for a full width container.
     */
    sukaContainer: 'default' | 'fluid';
    default: boolean;
    fluid: boolean;
    ngOnInit(): void;
}
