import { EnumDecl, EnumValue } from '../enum'; export type BackgroundSource = EnumValue<'BackgroundSource'>; export declare const BackgroundSource: EnumDecl<'BackgroundSource'>; export type BlockType = EnumValue<'Blocktype'>; export declare const BlockType: EnumDecl<'BlockType'>; export type CollectionType = EnumValue<'CollectionType'>; export declare const CollectionType: EnumDecl<'CollectionType'>; export type FolderBehavior = EnumValue<'FolderBehavior'>; export declare const FolderBehavior: EnumDecl<'FolderBehavior'>; export type ProductType = EnumValue<'ProductType'>; export declare const ProductType: EnumDecl<'ProductType'>; export type RecordType = EnumValue<'RecordType'>; export declare const RecordType: EnumDecl<'RecordType'>; export type SliceType = EnumValue<'SliceType'>; export declare const SliceType: EnumDecl<'SliceType'>;