import { ComponentResponse } from './component.response'; import { OneClickResponse } from './one-click.response'; export declare class OneClickComponent extends ComponentResponse { guideUrl?: string; oneClicks: OneClickResponse[]; } //# sourceMappingURL=one-click-component.response.d.ts.map