/** * Do not edit directly, this file was auto-generated. * * @license Copyright (c) 2022 Red Hat UX MIT License */ export declare const BoxShadowSm: { offsetX: string; offsetY: string; blur: string; spread: string; color: string; }; export declare const BoxShadowMd: { offsetX: string; offsetY: string; blur: string; spread: string; color: string; }; export declare const BoxShadowLg: { offsetX: string; offsetY: string; blur: string; spread: string; color: string; }; export declare const BoxShadowXl: { offsetX: string; offsetY: string; blur: string; spread: string; color: string; };