declare const BASIC: string[][]; declare const BASIC_EVENT: string[][]; declare const COMPONENT: { input: string[][]; 'cover-image': string[][]; 'cover-view': string[][]; 'movable-area': never[]; 'movable-view': string[][]; 'scroll-view': string[][]; swiper: string[][]; 'swiper-item': string[][]; view: never[]; icon: never[]; progress: string[][]; 'rich-text': string[][]; text: string[][]; button: string[][]; checkbox: never[]; 'checkbox-group': string[][]; form: string[][]; label: never[]; picker: string[][]; 'picker-view': string[][]; radio: never[]; 'radio-group': string[][]; slider: string[][]; switch: string[][]; textarea: string[][]; navigator: string[][]; image: string[][]; video: string[][]; map: string[][]; canvas: string[][]; 'web-view': string[][]; block: never[]; template: never[]; import: never[]; include: never[]; 'import-sjs': string[][]; }; declare const UNSUPPORTED_COMPONENT: string[]; export { BASIC, BASIC_EVENT, COMPONENT, UNSUPPORTED_COMPONENT };