export interface RenderComponentRef { destroy: () => void; update: (props: Partial) => void; }