declare function load(): { presets: { id: string; name: string; mode: string; brand: string; paper: string; orient: string; header: { show: boolean; variant: string; showLogo: boolean; logoSize: number; logoSrc: any; nameEN: string; nameAR: string; bilingual: boolean; tagline: string; rule: boolean; repeat: string; compactCont: boolean; }; footer: { show: boolean; regBand: boolean; regItems: any[]; contactRow: boolean; address: string; phone: string; email: string; pageNumbers: boolean; format: string; note: string; repeat: string; }; watermark: { show: boolean; opacity: number; size: number; rotation: number; }; reserve: { top: number; bottom: number; }; sections: any[]; }[]; activeId: string; }; declare function save(lib: any): void; export declare const STStore: { uid: () => string; defPreset: (over?: {}) => { id: string; name: string; mode: string; brand: string; paper: string; orient: string; header: { show: boolean; variant: string; showLogo: boolean; logoSize: number; logoSrc: any; nameEN: string; nameAR: string; bilingual: boolean; tagline: string; rule: boolean; repeat: string; compactCont: boolean; }; footer: { show: boolean; regBand: boolean; regItems: any[]; contactRow: boolean; address: string; phone: string; email: string; pageNumbers: boolean; format: string; note: string; repeat: string; }; watermark: { show: boolean; opacity: number; size: number; rotation: number; }; reserve: { top: number; bottom: number; }; sections: any[]; }; mergePreset: (p: any) => any; seedLib: () => { presets: { id: string; name: string; mode: string; brand: string; paper: string; orient: string; header: { show: boolean; variant: string; showLogo: boolean; logoSize: number; logoSrc: any; nameEN: string; nameAR: string; bilingual: boolean; tagline: string; rule: boolean; repeat: string; compactCont: boolean; }; footer: { show: boolean; regBand: boolean; regItems: any[]; contactRow: boolean; address: string; phone: string; email: string; pageNumbers: boolean; format: string; note: string; repeat: string; }; watermark: { show: boolean; opacity: number; size: number; rotation: number; }; reserve: { top: number; bottom: number; }; sections: any[]; }[]; activeId: string; }; load: typeof load; save: typeof save; getActive: (lib: any) => any; getById: (lib: any, id: any) => any; }; export {};