import * as React from "react"; import { TaskListItemChildrenProps } from "../TaskListItem"; import { TaskListBaseItemImpl } from "./TaskListBaseItemImpl"; export * from "./TaskListBaseItem.Components"; export declare class TaskListBaseItem extends React.PureComponent { static readonly displayName = "TaskListBaseItem"; render(): JSX.Element; } export declare const Connected: { new (props: Omit & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps> | Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>> & Readonly<{ children?: React.ReactNode | undefined; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Omit & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>> & Readonly<{ children?: React.ReactNode | undefined; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }, keyof import("../../context").TaskContextProps>>, nextState: Readonly<{}>, nextContext: any): void; }; readonly displayName: string; contextType?: React.Context | undefined; } & import("hoist-non-react-statics").NonReactStatics<{ new (props: (Omit & { task: { taskSid: string; }; }) | Readonly & { task: { taskSid: string; }; }>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly & { task: { taskSid: string; }; }>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & { task: { taskSid: string; }; }> & Readonly<{ children?: React.ReactNode | undefined; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Omit & { task: { taskSid: string; }; }, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly & { task: { taskSid: string; }; }>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & { task: { taskSid: string; }; }> & Readonly<{ children?: React.ReactNode | undefined; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly & { task: { taskSid: string; }; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly & { task: { taskSid: string; }; }>, nextState: Readonly<{}>, nextContext: any): void; }; readonly displayName: string; contextType?: React.Context | undefined; } & import("hoist-non-react-statics").NonReactStatics, {}>;