import { BlockType } from '@devvit/protos/types/devvit/ui/block_kit/v1beta/enums.js'; export declare enum BlockTypeName { Root = "root", Stack = "stack", Text = "text", Button = "button", Image = "image", Spacer = "spacer", Icon = "icon", Avatar = "avatar", FullSnoo = "fullsnoo", Animation = "animation", WebView = "web-view", Unknown = "unknown" } export declare function blockTypeToString(type: BlockType): BlockTypeName; //# sourceMappingURL=block-type.d.ts.map