import { IcAlignment } from "../../utils/types"; export declare class SectionContainer { /** * The alignment of the container. */ aligned?: IcAlignment; /** * If `true`, the standard vertical padding from the container will be removed. */ fullHeight?: boolean; render(): any; }