import * as React from 'react'; import { StateConnectorProps } from './types'; export declare function withPiletState(Component: React.ComponentType>, id: string, actions: TAction): React.FC;