export type TTag = { valueOf: () => any; name: (name: any) => TTag; description: (...description: any[]) => TTag; }; declare const _default: { defaults: () => {}; Schema: (state?: {}) => { valueOf: () => any; name: (name: any) => any; description: (...description: any[]) => any; }; new: () => TTag; }; export default _default;