export declare const setUpCanvas: (rootElementId: string, selectors: Array<string>, parentElementSelector: string) => HTMLCanvasElement[] | null;
