import type { Component, PureComponent } from 'react'; export declare function isControlled

| PureComponent>(self: C, prop: keyof P): boolean; export declare function getState(self: C, state?: C['state']): any; export declare function internalSetState | PureComponent>(self: C, changes: Partial | ((combinedState: Partial) => Partial), callback?: () => void): void;