import "./Source.local.css"; export default function Source({ insertCommand }: { insertCommand?: { canExecute(e: any): boolean; execute(): never; }; }): any; //# sourceMappingURL=Source.d.ts.map