using Avalonia.Controls; namespace ReceiptPDFBuilder.Interfaces { interface ITopLevelGrabber { TopLevel GetTopLevel(); } }