declare const prefix = "wui"; declare const getClsPrefix: (cName: string) => string; declare const WebUI: (config: Partial<{ name: string; defaultProps: any; propTypes: any; }>) => any; export { prefix, getClsPrefix }; export default WebUI;