import { RawValueSignature } from '@specifyapp/specify-design-token-format'; export declare const shadowsToStyleDictionary: (shadows: RawValueSignature<'shadows'>) => { type: "inner" | "outer"; offsetX: string; offsetY: string; blurRadius: string; spreadRadius: string; color: string | undefined; }[]; //# sourceMappingURL=shadows.d.ts.map