export type ZAsyncContent_Props = Partial<{ /** */ readonly custom: {}; }>; export declare const zAsyncContentSlots: never[]; export type ZAsyncContent_Slots = (typeof zAsyncContentSlots)[number]; export type ZAsyncContent_Events = {};