import { RawValueSignature } from '@specifyapp/specify-design-token-format'; export declare const bitmapToStyleDictionary: (bitmap: RawValueSignature<'bitmap'>) => { width: number | null; height: number | null; format: "png" | "wp2" | "avif" | "webp" | "jpg" | "jxl"; variationLabel?: string | undefined; url: string; }; //# sourceMappingURL=bitmap.d.ts.map