export declare enum DocsBlockItemVariantLayoutType { /** Layout will stack all its items in this group into column */ column = "Column", /** Layout will stack all its items in this group into row */ row = "Row" }