/** * Full-tab loading state for the missing-receipts unmatched tab. Mirrors * `VendorFiling1099EditableFormSkeleton`: responsive two-column layout with a * framed preview skeleton on the left and a title + matches + manual-search * column on the right. On small windows, the left preview column is dropped * and the right column fills the width. */ export declare const UnmatchedSkeletonLoader: () => import("react/jsx-runtime").JSX.Element;