export declare function useTemplateChildren({ parent, callback }: { parent: any; callback: any; }): () => void;