import { PureComponent } from 'react'; export class RNPhotoEditor extends PureComponent { static Edit(props: { path, hiddenControls: string[], onDone: (events: string[]) => void, stickers: string[], onCancel: () => void, }): void; }