import { LightingT } from "./../themes/types"; export declare type LightingChipPropsT = { showInfo?: boolean; lighting?: keyof LightingT; };