declare function useGetContainer(type: 'canvas' | 'sideTree'): (ref: any) => void; export default useGetContainer;