import * as React from 'react';

export const PiletApiProvider = React.createContext<any>(undefined);
