import { REP_TYPE } from '@knz/theme'; import { SGConfig } from './grid.config'; export declare class SGContainerComponent { gutter: number; colInCon: REP_TYPE; col: REP_TYPE; readonly marginValue: number; constructor(cog: SGConfig); }