import { PropertiesDocumentType } from "../../services/uploadManagement.service"; export declare type ContentType = "type" | "code" | "publisher" | "title" | "content" | "description"; export declare const isEmptyOrSpace: (a: string | (string | undefined)[] | undefined) => boolean; export declare const renderLine: (pre: PropertiesDocumentType[], type: "document" | "sketch" | "note") => PropertiesDocumentType[];