export declare class GovContainer {
    fluid: boolean;
    size: 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
    render(): any;
}
