declare const WELCOME = "Welcome"; declare const STYLES = "Styles"; declare const TYPOGRAPHY: string; declare const BASIC = "Basic Components"; declare const MAIN = "BBC Main Components"; declare const SPA = "SPA"; declare const UTILS: string; declare const EDITORIAL: string; declare const APP: string; declare const SECTIONS: string; declare const PAGES = "Pages"; declare const LAYOUT: string; export { WELCOME, STYLES, TYPOGRAPHY, BASIC, MAIN, SPA, SECTIONS, PAGES, LAYOUT, UTILS, EDITORIAL, APP, };