/// /** * The LightingChip component. * *```tsx * import * as React from "react" * import * as System from "@harborschool/lighthouse" * * export default () => { * return ( * * ) * } * ``` * @param lighting - keyof LightingT */ export declare const LightingChip: React.FC; export * from "./types"; import { LightingChipPropsT } from "./types";