export declare class FlexContainer { /** The same as the 'justify-content' flex property along the x axis */ alignx: string; /** The same as the 'align-items' flex property along the y axis */ aligny: string; /** Add flex-wrap to flex items */ wrap: boolean; /** Ensure the container stretches the full width and height of parent container */ fillcontainer: boolean; /** Set the flex direction: column, reverse-column, row, reverse-row */ direction: string; /** In mobile display in column direction - NOT YET RELEASED*/ mobcolumn: boolean; /** If the parent container element needs to be an