/** * 注册组件 * @example * import { Button, Avatar } from 'neko-ui'; * * registry(Button, Avatar); */ export declare function registry(...components: { registry: VoidFunction; }[]): void;