/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ export declare function createContainer(): HTMLDivElement; /** * Cleans up previous created fixtures from the document. Call this after each * test if you wish to remove created fixture. */ export declare function cleanupFixtures(): void; //# sourceMappingURL=fixture-wrapper.d.ts.map