import type { PicassoProps } from '../Picasso'; type PicassoLightProps = Omit; declare const PicassoLight: ({ responsive, environment, children, RootComponent, titleCase, disableTransitions, }: PicassoLightProps) => JSX.Element; export default PicassoLight; //# sourceMappingURL=PicassoLight.d.ts.map