/** * index */ import * as key from './key'; export declare const Key: typeof key.Key; declare const _default: { Key: typeof key.Key; }; export default _default;