export class PollGridOptionWebview extends PollOptionBase { render(): React.JSX.Element; } import { PollOptionBase } from "../PollOptionBase"; import React from "react"; //# sourceMappingURL=PollGridOptionWebview.d.ts.map