import { CustomLabel } from "../../types"; export declare const isCustomLabelObject: (label: string | CustomLabel) => boolean;