interface ShadowsRegistryItem {
    name: string;
    slug: string;
    properties: {
        color: string;
        opacity: number;
        blurRadius: number;
        offsetX: number;
        offsetY: number;
        spread: number;
    };
}
export declare const registryShadows: ShadowsRegistryItem[];
export {};
//# sourceMappingURL=registry-shadows.d.ts.map