import { PageFixtureProfile } from '../page-fixture'; import { O3rComponentFixture } from './component-fixture'; import { O3rElement } from './element'; export { PageFixtureProfile } from '../page-fixture'; /** * Implementation of the page fixture dedicated to Playwright. */ export declare class O3rPageFixture extends O3rComponentFixture implements PageFixtureProfile { constructor(rootElement: V); getTitle(): Promise; } //# sourceMappingURL=page-fixture.d.ts.map