export type ZResizer_Props = Partial<{ /** */ resizable: boolean; }>; export declare const zResizerSlots: never[]; export type ZResizer_Slots = (typeof zResizerSlots)[number]; export type ZResizer_Events = Partial<{ readonly resize: DOMRectReadOnly; readonly desktop: void; readonly landscape: void; readonly portrait: void; readonly mobile: void; }>;