declare const createRawQmlComponent: (rawContent: string, name: string, metadata?: { defaultProp: string; }) => string; export default createRawQmlComponent;