export declare enum DocsBlockItemVariantLayoutAlign { /** Vertically on top */ start = "Start", /** Vertically centered */ center = "Center", /** Vertically on the bottom */ end = "End" }