import ProxyInterface from '../proxy-interface'; import { SharePageModel } from '@pkpm/pkpm-types'; declare class SharePageProxy implements ProxyInterface { private sharePage; constructor(responseData: any); getModel(): SharePageModel; } export { SharePageProxy }; //# sourceMappingURL=share-page-proxy.d.ts.map