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