export type BoxShadowTypes = {
    box_shadow?: string;
};
