import { PdfAnnotationObject } from '@pdfmergy/models'; import { SidebarSubtype, TrackedAnnotation } from '@pdfmergy/plugin-annotation'; export interface AnnotationConfig { label: string; labelKey: string; icon: string; iconProps: (annotation: PdfAnnotationObject) => { primaryColor?: string; secondaryColor?: string; size?: number; strokeWidth?: number; }; } export declare const annotationConfigs: Record; export declare const getAnnotationConfig: (annotation: TrackedAnnotation) => AnnotationConfig | null; //# sourceMappingURL=config.d.ts.map