declare const CSS: { blockClass: string; blockIndentClass: string; colorClassPrefix: string; bgColorClassPrefix: string; tableCellContentType: { text: string; select: string; checkbox: string; }; tagInTableCellColorPrefix: string; checkBoxInTablePrefix: string; }; declare const NAST_BLOCK_TYPES: { page: string; heading: string; toDo: string; toggle: string; columnList: string; column: string; bulletedListItem: string; numberedListItem: string; bulletedList: string; numberedList: string; text: string; code: string; equation: string; divider: string; quote: string; callout: string; tableOfContents: string; breadcrumb: string; image: string; video: string; embed: string; audio: string; bookmark: string; collection: string; }; declare const COLOR: { gray: string; brown: string; orange: string; yellow: string; green: string; blue: string; purple: string; pink: string; red: string; grayBg: string; brownBg: string; orangeBg: string; yellowBg: string; greenBg: string; blueBg: string; purpleBg: string; pinkBg: string; redBg: string; }; declare const COLLECTION_VIEW_TYPES: { table: string; list: string; gallery: string; board: string; calendar: string; }; declare const COLLECTION_ITEM_PROPERTY_TYPES: { title: string; text: string; number: string; select: string; multiSelect: string; date: string; person: string; filesAndMedia: string; checkbox: string; url: string; email: string; phone: string; createdTime: string; }; export { CSS, NAST_BLOCK_TYPES, COLOR, COLLECTION_VIEW_TYPES, COLLECTION_ITEM_PROPERTY_TYPES }; //# sourceMappingURL=constants.d.ts.map