export declare const StationeryMasterApp: ({ onBack, company_id, initialPresetId, isNewTemplate, placeholders, relation_table, initialPaper, initialOrient }: { onBack: (lib?: any, activeId?: string) => void; company_id?: number; initialPresetId?: string; isNewTemplate?: boolean; placeholders?: any[]; relation_table?: any[]; initialPaper?: string; initialOrient?: string; }) => import("react/jsx-runtime").JSX.Element;