import type { WrapperProps } from './types'; declare function WAAPIWrapper({ children, target }: WrapperProps): JSX.Element; export default WAAPIWrapper; //# sourceMappingURL=WAAPIWrapper.d.ts.map