import { IAction } from "../component/webToolbar"; export default function runToolbarActionCallback(param: { action: IAction; }): void;