export function htmlToParcelConfig(str: any): { bootstrap: () => Promise; mount: (props: any) => Promise; unmount: (props: any) => Promise; };