declare function createComponent({ props, data, methods, }: { props?: {}; data?: {}; methods?: any; }): void; export default createComponent;