import type { FunctionalComponent } from '../../stencil-public-runtime'; import { type SpecPage } from '@stencil/core/testing'; export declare function renderFunctionalComponentToSpecPage(componentConstructor: () => FunctionalComponent): Promise;